mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-22 10:11:30 +08:00
refactor: typo
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user