Skip to content

Commit

Permalink
fix guide button (#9535)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Sep 29, 2021
1 parent c8fdd01 commit c5be308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/templates/dashboard/index-vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ <h4 class="font-bigger-1 font-weight-bold mb-3">[[hackathon.name]] Wall of Fame<
</b-tab>
<template v-slot:tabs-end v-if="!hackHasEnded">
<li role="presentation" class="nav-item navigation">
<a href="{% url 'hackathon_onboard' hackathon.slug %}" class="text-reset text-decoration-none nav-link">
<a href="{% url 'hackathon_onboard' hackathon.slug %}" class="text-reset text-decoration-none mt-2">
Guide
</a>
</li>
Expand Down

0 comments on commit c5be308

Please sign in to comment.