mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 19:41:26 +00:00
remove changelog completely
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<nav class="h-16 bg-blue-marian">
|
||||
<div
|
||||
class="flex justify-between items-center px-4 bg-blue-marian text-white container mx-auto h-full"
|
||||
>
|
||||
<div class="flex justify-between items-center px-4 bg-blue-marian text-white container mx-auto h-full">
|
||||
<div class="flex items-center h-full">
|
||||
<a class="font-bold text-xl hover:text-blue-200" routerLink="/">Home</a>
|
||||
<a class="font-bold text-xl hover:text-blue-200" routerLink="/">
|
||||
Home
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-row space-x-4 gap-6">
|
||||
<a class="hover:text-blue-200" routerLink="/coming-soon" routerLinkActive="active-link" [ngClass]="{ 'underline underline-offset-8': route === '/coming-soon' }"
|
||||
>Coming Soon</a
|
||||
>
|
||||
<a class="hover:text-blue-200" routerLink="/changelog" routerLinkActive="active-link" [ngClass]="{ 'underline underline-offset-8': route === '/changelog' }"
|
||||
>Changelog</a
|
||||
>
|
||||
<a class="hover:text-blue-200" routerLink="/about" routerLinkActive="active-link" [ngClass]="{ 'underline underline-offset-8': route === '/about' }">About</a>
|
||||
<a class="hover:text-blue-200" routerLink="/coming-soon" routerLinkActive="active-link"
|
||||
[ngClass]="{ 'underline underline-offset-8': route === '/coming-soon' }">
|
||||
Coming Soon
|
||||
</a>
|
||||
<a class="hover:text-blue-200" routerLink="/about" routerLinkActive="active-link"
|
||||
[ngClass]="{ 'underline underline-offset-8': route === '/about' }">
|
||||
About
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</nav>
|
||||
Reference in New Issue
Block a user