File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ import VimLogo from "./VimLogo.astro";
10
10
<div class =" flex items-center" >
11
11
<a href =" /2025/ja" class =" flex items-center" >
12
12
<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
+ >
14
16
</a >
15
17
</div >
16
18
<nav class =" hidden items-center space-x-6 md:flex" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import VimLogo from "./VimLogo.astro";
13
13
<VimLogo class =" mx-auto h-28 w-28" />
14
14
</div >
15
15
<h1 class =" mb-3 text-3xl font-bold text-emerald-800 md:mb-4 md:text-6xl" >
16
- VimConf 2025
16
+ VimConf 2025 Small
17
17
</h1 >
18
18
<div
19
19
class =" mb-8 flex flex-col items-center justify-center gap-3 md:mb-12 md:flex-row"
You can’t perform that action at this time.
0 commit comments