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 a525f0d commit 23103d7Copy full SHA for 23103d7
_includes/header.html
@@ -13,9 +13,9 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
13
alt="DojoCon Japan 2025 Inspire Next." />
14
</a>
15
<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>
+ <a href="/registration/" class="px-3 py-2 rounded-sm text-center bg-[#cc8f2e] text-[#f5f5f5] justify-center">
+ 参加申込
+ </a>
19
<button id="menu-btn" type="button" aria-label="メニューを開く"
20
class="flex p-2 size-10 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer">
21
<i class="fa-solid fa-bars"></i>
0 commit comments