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