Skip to content

Commit

Permalink
Events: Remove unnecessary explicit icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Feb 14, 2024
1 parent 68eb5ae commit 418d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_site/templates/events/current_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="title is-4"><a href="https://pyweek.org/37/">PyWeek 37</a></h2>
<p>A bi-annual game jam where participants write a game in Python in a week, either individually or as a team. The theme is voted by the competitors prior to the challenge, and the entries are also judged by the competitors after the challenge.</p>
<a class="button is-primary" href="https://pyweek.org/37/">
<span class="icon-text">
<span>Learn more</span><span class="icon has-text-white"><i class="fa-solid fa-arrow-right"></i></span>
<span>Learn more</span><span class="icon"><i class="fa-solid fa-arrow-right"></i></span>
</span>
</a>
</div>

0 comments on commit 418d118

Please sign in to comment.