We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab65fac commit eccd341Copy full SHA for eccd341
2025/src/components/Top.astro
@@ -35,6 +35,12 @@ import { ExternalLink } from "@lucide/astro";
35
</p>
36
</div>
37
38
+ <p
39
+ class="my-8 py-10 text-center text-xl leading-15 font-bold text-emerald-950 md:mb-16 md:text-4xl"
40
+ >
41
+ VimConf 2025 Small は終了しました。<br
42
+ />ご参加いただいた皆様、ありがとうございました!
43
+ </p>
44
<div
45
class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
46
>
0 commit comments