Link to sticker builder.
This commit is contained in:
parent
8ac5e596db
commit
438cae7386
1 changed files with 7 additions and 0 deletions
|
|
@ -74,6 +74,13 @@ function claimSticker() {
|
|||
<span v-if="sessionStore.isAnonymous">
|
||||
Log in to claim your sticker.
|
||||
</span>
|
||||
<Button
|
||||
as="router-link"
|
||||
to="/stickerbuilder"
|
||||
v-bind:disabled="sessionStore.isAnonymous"
|
||||
v-if="sticker?.owner == sessionStore.user.username">
|
||||
Customize my sticker!
|
||||
</Button>
|
||||
</div>
|
||||
</Panel>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue