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 155a580 commit 942d1c2Copy full SHA for 942d1c2
2025/src/components/Footer.astro
@@ -149,7 +149,9 @@
149
></path>
150
</svg>
151
</div>
152
- <h2 class="text-lg font-bold sm:text-xl md:text-2xl">VimConf 2025 Small</h2>
+ <h2 class="text-lg font-bold sm:text-xl md:text-2xl">
153
+ VimConf 2025 Small
154
+ </h2>
155
156
<div class="mb-4 grid gap-4 sm:mb-6 sm:gap-6 md:grid-cols-1 lg:grid-cols-2">
157
<div>
@@ -221,9 +223,8 @@
221
223
</li>
222
224
<li class="flex items-center text-xs sm:text-sm">
225
<span>そして</span>
- <a
- href="#staff"
226
- class="ml-1 text-emerald-400 hover:underline">上記のスタッフ</a
+ <a href="#staff" class="ml-1 text-emerald-400 hover:underline"
227
+ >上記のスタッフ</a
228
>
229
230
</ul>
0 commit comments