Skip to content

Commit 30a82ad

Browse files
committed
navbar の参加申し込みボタン全体をクリッカブルに変更
1 parent 23103d7 commit 30a82ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/navbar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<li><a href="/sponsorship/">スポンサー募集</a></li>
1111
<li><a href="{{ site.contact }}" target="_blank">お問い合わせ</a></li>
1212
</ul>
13-
<div class="text-xl px-8 py-4 rounded-r-[40px] bg-[#cc8f2e] text-[#f5f5f5] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] flex items-center">
14-
<a href="/registration/">参加申込</a>
15-
</div>
13+
<a href="/registration/" class="text-xl px-8 py-4 rounded-r-[40px] bg-[#cc8f2e] text-[#f5f5f5] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] flex items-center">
14+
参加申込
15+
</a>
1616
</nav>
1717
</div>

0 commit comments

Comments
 (0)