Skip to content

Commit

Permalink
Fix text typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Dec 7, 2023
1 parent 0cf5206 commit e978ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/briqout/GameScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const inviteSet = computed(() => {
const tweetText = computed(() => {
if (pageStatus.value !== 'ingame' || game.status !== 'won')
return '';
return `I broke my @briqNFT set in only ${Math.ceil(game.time)} playing briqout!\nThink you can do better?\n`;
return `I broke my @briqNFT set in only ${Math.ceil(game.time)}s playing briqout!\nThink you can do better?\n`;
})
const shareUrl = computed(() => {
Expand Down

0 comments on commit e978ccc

Please sign in to comment.