1
0
Fork 0

Link to sticker builder.

This commit is contained in:
Brian D 2024-12-04 09:16:38 -05:00
parent 8ac5e596db
commit 438cae7386

View file

@ -74,6 +74,13 @@ function claimSticker() {
<span v-if="sessionStore.isAnonymous"> <span v-if="sessionStore.isAnonymous">
Log in to claim your sticker. Log in to claim your sticker.
</span> </span>
<Button
as="router-link"
to="/stickerbuilder"
v-bind:disabled="sessionStore.isAnonymous"
v-if="sticker?.owner == sessionStore.user.username">
Customize my sticker!
</Button>
</div> </div>
</Panel> </Panel>
</div> </div>