Skip to content

Commit

Permalink
feat: click title to reset game
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej-Marsic committed Sep 29, 2024
1 parent 4d22df3 commit b7cfee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</script>

<body class="bg-gray-900 text-white flex flex-col justify-center items-center min-h-screen">
<header>
<header onclick="location.reload();">
<h1 class="text-4xl font-bold mb-8 text-center fade-in">
Fake Artist Companion
</h1>
Expand Down

0 comments on commit b7cfee9

Please sign in to comment.