Skip to content

Commit

Permalink
Fix “Help” in footer not being extrabold
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Jun 26, 2024
1 parent 6d0083b commit 1fe4230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="text-xl font-extrabold">Releases</h2>
</ul>
</div>
<div>
<h2 class="text-xl mb-4">Help</h2>
<h2 class="text-xl font-extrabold mb-4">Help</h2>
<ul class="flex flex-col gap-2 text-gray-300">
<li><a href="https://forms.gle/pRezSbdUcZmvZdX27" class="hover:text-gray-400 transition">Report a bug</a></li>
<li><a href="https://forms.gle/pRezSbdUcZmvZdX27" class="hover:text-gray-400 transition">Request a feature</a></li>
Expand Down

0 comments on commit 1fe4230

Please sign in to comment.