Skip to content

Commit 965bfee

Browse files
committed
feat: VimConf 2025 Smallへ変更
1 parent b7476a3 commit 965bfee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

2025/src/components/Header.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ import VimLogo from "./VimLogo.astro";
1010
<div class="flex items-center">
1111
<a href="/2025/ja" class="flex items-center">
1212
<VimLogo class="h-10 w-10" />
13-
<span class="text-xl font-bold text-emerald-700">VimConf 2025</span>
13+
<span class="text-xl font-bold text-emerald-700"
14+
>VimConf 2025 Small</span
15+
>
1416
</a>
1517
</div>
1618
<nav class="hidden items-center space-x-6 md:flex">

2025/src/components/Top.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import VimLogo from "./VimLogo.astro";
1313
<VimLogo class="mx-auto h-28 w-28" />
1414
</div>
1515
<h1 class="mb-3 text-3xl font-bold text-emerald-800 md:mb-4 md:text-6xl">
16-
VimConf 2025
16+
VimConf 2025 Small
1717
</h1>
1818
<div
1919
class="mb-8 flex flex-col items-center justify-center gap-3 md:mb-12 md:flex-row"

0 commit comments

Comments
 (0)