Skip to content

Commit

Permalink
fix aotw forum link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Mar 2, 2023
1 parent 332c060 commit 9c5d7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/community/components/event/aotw.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<div>
{!! gameAvatar($achData, iconSize: 24) !!}
</div>
<a class="btn mt-2" href="/viewtopic.php?t=$forumTopicID">Join this tournament!</a>
<a class="btn mt-2" href="/viewtopic.php?t=<?= $forumTopicID ?>">Join this tournament!</a>
</div>
</div>

0 comments on commit 9c5d7ae

Please sign in to comment.