Skip to content

Commit

Permalink
i might be dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jul 27, 2023
1 parent 5a13fc8 commit fc8d967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions battles/templates/battles/view_battle.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="text-3xl font-splatoon1">
<time datetime="{{ battle.played_time }}">{{ battle.played_time }}</time>

<button class="share-button inline-block"
data-url="https://splashcat.ink/battles/{{ battleId }}/?share"
data-url="https://splashcat.ink/battles/{{ battle.id }}/?share"
data-content-type="Battle"
data-share-type="webShare"
>
Expand All @@ -45,7 +45,7 @@ <h1 class="text-3xl font-splatoon1">
</button>

<button class="share-button inline-block"
data-url="https://splashcat.ink/battles/{{ battleId }}/?share"
data-url="https://splashcat.ink/battles/{{ battle.id }}/?share"
data-content-type="Battle"
data-share-type="clipboard"
>
Expand Down

0 comments on commit fc8d967

Please sign in to comment.