Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Apr 15, 2020
1 parent e3ed0ad commit 32bd60f
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 @@ -319,7 +319,7 @@
{% elif hackathon.end_date|timeuntil >= "1 min" %}
<small class="hackathon-countdown text-uppercase">Ends in {{hackathon.end_date|timeuntil}}</small>
{% else %}
<small class="hackathon-countdown text-uppercase">Ended Hackathon</small>
<small class="hackathon-countdown text-uppercase">Hackathon Over</small>
{% endif %}
</p>
</div>
Expand Down

0 comments on commit 32bd60f

Please sign in to comment.