Skip to content

Commit e046c42

Browse files
committed
fix: メニュータイトルをセクションに合わせる
1 parent fcd380e commit e046c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import { Menu, X } from "@lucide/astro";
9999
><a
100100
href="#about"
101101
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
102-
>VimConf とは</a
102+
>概要</a
103103
><a
104104
href="#schedule"
105105
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"

0 commit comments

Comments
 (0)