Skip to content

Commit

Permalink
Fix issue with social shares default (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Feb 6, 2024
1 parent 316f856 commit 24bcf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3 class="challenge-value text-center">
{% trans %}Next Challenge{% endtrans %}
</button>
</div>
{% if Configs.social_shares != false %}
{% if Configs.social_shares %}
<div>
<button x-show="!share_url" @click="getShareUrl()" class="btn btn-sm btn-outline-info mt-3">
{% trans %}Share{% endtrans %}
Expand Down

0 comments on commit 24bcf0a

Please sign in to comment.