Skip to content

Commit 942d1c2

Browse files
committed
style: apply prettier
1 parent 155a580 commit 942d1c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

2025/src/components/Footer.astro

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@
149149
></path>
150150
</svg>
151151
</div>
152-
<h2 class="text-lg font-bold sm:text-xl md:text-2xl">VimConf 2025 Small</h2>
152+
<h2 class="text-lg font-bold sm:text-xl md:text-2xl">
153+
VimConf 2025 Small
154+
</h2>
153155
</div>
154156
<div class="mb-4 grid gap-4 sm:mb-6 sm:gap-6 md:grid-cols-1 lg:grid-cols-2">
155157
<div>
@@ -221,9 +223,8 @@
221223
</li>
222224
<li class="flex items-center text-xs sm:text-sm">
223225
<span>そして</span>
224-
<a
225-
href="#staff"
226-
class="ml-1 text-emerald-400 hover:underline">上記のスタッフ</a
226+
<a href="#staff" class="ml-1 text-emerald-400 hover:underline"
227+
>上記のスタッフ</a
227228
>
228229
</li>
229230
</ul>

0 commit comments

Comments
 (0)