refactor: typo

This commit is contained in:
KazooTTT
2024-11-26 00:48:38 +08:00
parent 1084b5764f
commit 1631d1a6fe

View File

@ -167,11 +167,11 @@ import { Image } from 'astro:assets'
Tags
</a>
<a
href='/diary'
class={`block py-2 text-[1.05rem] font-medium ${Astro.url.pathname.startsWith('/diary') ? 'text-green-400' : ''}`}
>
Diarie
</a>
href='/diary'
class={`block py-2 text-[1.05rem] font-medium ${Astro.url.pathname.startsWith('/diary') ? 'text-green-400' : ''}`}
>
Diary
</a>
<a
href='/tools'
class={`block py-2 text-[1.05rem] font-medium ${Astro.url.pathname.startsWith('/tools') ? 'text-green-400' : ''}`}