feat(core): new navigation bar design
This commit is contained in:
@@ -5,18 +5,16 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="navigation grid place-items-center">
|
||||
<p-card class="px-4! py-3!">
|
||||
<ul>
|
||||
<li class="relative list-none flex flex-row gap-3">
|
||||
<a routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">
|
||||
{{ 'common.home' | translate }}
|
||||
</a>
|
||||
<a routerLink="/about" routerLinkActive="active">
|
||||
{{ 'common.about' | translate }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</p-card>
|
||||
<ul>
|
||||
<li class="relative list-none flex flex-row gap-3">
|
||||
<a routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">
|
||||
{{ 'common.home' | translate }}
|
||||
</a>
|
||||
<a routerLink="/about" routerLinkActive="active">
|
||||
{{ 'common.about' | translate }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="options flex flex-row gap-[10px] items-center">
|
||||
@if (themeSwitchService.darkMode()) {
|
||||
|
||||
Reference in New Issue
Block a user