Skip to content

Commit 23103d7

Browse files
committed
a タグ周りの構造を修正
1 parent a525f0d commit 23103d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
1313
alt="DojoCon Japan 2025 Inspire Next." />
1414
</a>
1515
<div class="flex items-cetner gap-x-2 shrink-0">
16-
<div class="px-3 py-2 rounded-sm text-center bg-[#cc8f2e] text-[#f5f5f5] justify-center">
17-
<a href="/registration/">参加申込</a>
18-
</div>
16+
<a href="/registration/" class="px-3 py-2 rounded-sm text-center bg-[#cc8f2e] text-[#f5f5f5] justify-center">
17+
参加申込
18+
</a>
1919
<button id="menu-btn" type="button" aria-label="メニューを開く"
2020
class="flex p-2 size-10 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer">
2121
<i class="fa-solid fa-bars"></i>

0 commit comments

Comments
 (0)