Changeset c352b2d for Farmatiko/ClientApp/src/app/nav-menu
- Timestamp:
- 07/21/20 22:21:03 (4 years ago)
- Branches:
- master
- Children:
- 1f041f6
- Parents:
- 92a1f41 (diff), 333cdac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- Farmatiko/ClientApp/src/app/nav-menu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/nav-menu/nav-menu.component.css
r92a1f41 rc352b2d 3 3 text-align: center; 4 4 word-break: break-all; 5 } 6 7 a.navbar-brand img { 8 width: 200px; 5 9 } 6 10 -
Farmatiko/ClientApp/src/app/nav-menu/nav-menu.component.html
r92a1f41 rc352b2d 4 4 > 5 5 <div class="container"> 6 <a class="navbar-brand" [routerLink]="['/']"> Farmatiko</a>6 <a class="navbar-brand" [routerLink]="['/']"><img src="../../assets/logo.png"></a> 7 7 <button 8 8 class="navbar-toggler" … … 26 26 [routerLinkActiveOptions]="{ exact: true }" 27 27 > 28 <a class="nav-link text-dark" [routerLink]="['/']"> Home</a>28 <a class="nav-link text-dark" [routerLink]="['/']">Побарај лек</a> 29 29 </li> 30 30 <li class="nav-item" [routerLinkActive]="['link-active']"> 31 <a class="nav-link text-dark" [routerLink]="['/ counter']"32 > Counter</a31 <a class="nav-link text-dark" [routerLink]="['/mapa']" 32 >Мапа на здравствени работници и здравствени установи</a 33 33 > 34 </li> 34 </li> 35 35 <li class="nav-item" [routerLinkActive]="['link-active']"> 36 <a class="nav-link text-dark" [routerLink]="['/ fetch-data']"37 > Fetch data</a36 <a class="nav-link text-dark" [routerLink]="['/koronavirus']" 37 >Коронавирус</a 38 38 > 39 39 </li>
Note:
See TracChangeset
for help on using the changeset viewer.