Skip to content

Commit

Permalink
✨ Save reset to localStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Aug 6, 2024
1 parent 6ed67e5 commit 2b58954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/room/[room=uuid]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
class="btn btn-error"
on:click={() => {
you = null;
window.localStorage.delete($page.params.room);
}}>Reset who you are</button
>
{/if}
Expand Down

0 comments on commit 2b58954

Please sign in to comment.