Skip to content

Commit

Permalink
briqout - prompt if no NFT
Browse files Browse the repository at this point in the history
wraitii committed Dec 6, 2023
1 parent 9de692e commit eed0925
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/briqout/GameScreen.vue
Original file line number Diff line number Diff line change
@@ -208,6 +208,10 @@ const pageStatus = computed(() => {
class="max-w-[20rem] cursor-pointer">
<p>{{ briqset.nb_briqs }}</p>
</GenericCard>
<p v-if="!setsToPlayOn.length" class="flex justify-center items-center gap-2 flex-col bg-grad-lightest p-6 rounded border border-grad-light">
<span>You have no briq NFTs built to play with !</span>
<routerLink to="/builder"><Btn class="text-md">Create one</Btn></routerLink>
</p>
</div>
</div>
</template>

0 comments on commit eed0925

Please sign in to comment.