Skip to content

Commit 44a95bc

Browse files
committed
up
1 parent 90cc2b0 commit 44a95bc

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
<div class="container">
22
<div class="row">
3-
<h2>About Us</h2>
3+
<h2>Comming soon</h2>
4+
<hr>
45
<div class="col-md-12">
5-
6+
<ul>
7+
<li>
8+
<a href="https://github.com/valor-software/ng2-file-upload" target="_blank" class="listItem">File Upload</a>
9+
</li>
10+
</ul>
611
</div>
712
</div>
8-
</div>
13+
</div>
14+
15+
<style>
16+
.listItem{
17+
font-size: 16px;
18+
}
19+
</style>

src/app/private/header/header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2><i class="fas fa-home"></i> Admin Panel</h2>
3838
<a>Media</a>
3939
</li>
4040
<li [routerLinkActive]="['active']" [routerLink]="['/user/about']">
41-
<a>About</a>
41+
<a>Comming soon</a>
4242
</li>
4343
<li>
4444
<a href="javascript:;">Contact</a>

0 commit comments

Comments
 (0)