Skip to content

Commit

Permalink
Fixing invisible sponsort prize button issue #1385
Browse files Browse the repository at this point in the history
Fixing invisible sponsor a prize button issue #1385

Fixing invisible sponsor a prize button issue #1385

Fixing invisible sponsor a prize button issue #1385

changed link
  • Loading branch information
thedudeontitan committed Aug 26, 2023
1 parent 3a70871 commit 5f835ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h1 class="page-sub-header">Latest activity</h1>
<strong>The 1st Place Hunter for {% now "F" %} will receive</strong>
<div class="box leaderboardbox">
<strong>No sponsored prizes this month</strong></br>
<button type="submit" class="btn btn-danger btn-sm prizebtn">Sponsor a Prize</button>
<a href="/sponsor" class="bg-red-500 text-white px-4 py-2 rounded text-xl border border-[#ac2925] hover:bg-[#c9302c] hover:border-[#761c19]">Sponsor a Prize</a>
</div>
</div>

Expand Down

0 comments on commit 5f835ef

Please sign in to comment.