Add challenge number to action button
This commit is contained in:
parent
31d581de0c
commit
5041ae9878
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<p class="action-button">
|
<p class="action-button">
|
||||||
<a href="/{{< current >}}">
|
<a href="/{{< current >}}">
|
||||||
<span>Latest challenge <i class="fa-solid fa-circle-arrow-right"></i></span>
|
<span>Latest challenge #{{< current >}} <i class="fa-solid fa-circle-arrow-right"></i></span>
|
||||||
<img src="/mascot-avatar.png">
|
<img src="/mascot-avatar.png">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue