Skip to content

Commit 003c02b

Browse files
committed
fix
1 parent f84467f commit 003c02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/play.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<Tooltip.Root>
7979
<Tooltip.Trigger
8080
onclick={() => {
81-
toast.success('Focused on game');
81+
toast.success('Focused on gmae');
8282
document.querySelector('iframe')?.focus();
8383
}}
8484
class={clsx(badgeVariants(), 'w-fit')}

0 commit comments

Comments
 (0)