refactor: typo

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

View File

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