Skip to content

Commit

Permalink
fof fix vojtbuttons
Browse files Browse the repository at this point in the history
  • Loading branch information
vercah committed Nov 22, 2023
1 parent 0b86aac commit 64dd8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="buttons">
<a n:href="AboutTheCompetition:" class="btn btn-light">{switch $lang}{case 'cs'}O soutěži{default}About{/switch}</a>
{* <a target="_blank" href="https://static.fykos.cz/fyziklani2023/{switch $lang}{case 'cs'}pruvodce{default}guidebook{/switch}.pdf" class="btn btn-outline">{switch $lang}{case 'cs'}Průvodce soutěží{default}Competition guidebook{/switch}</a>*}
<a n:href="Merch:" class="btn btn-outline">Merch</a>
<a n:href="Merch:" class="btn btn-light">Merch</a>
<a n:if="$gamePhaseCalculator->isRegistration(App\Models\GamePhaseCalculator::NOW)" n:href="Registration:" class="btn btn-light">{switch $lang}{case 'cs'}Registrace{default}Register{/switch}</a>
</div>
</div>
Expand Down

0 comments on commit 64dd8f0

Please sign in to comment.