Refactor Clash component to use GameModal for game interactions, remove Hello World page, and implement toast notifications for error handling

This commit is contained in:
averel10
2025-11-22 09:44:36 +01:00
parent 3bd61490f1
commit 197d9e6e22
16 changed files with 976 additions and 1088 deletions

View File

@@ -15,11 +15,6 @@ export default function Home() {
Crypto Clash - Battle with others
</Link>
</li>
<li>
<Link href="/hello_world" className="text-blue-600 hover:bg-gray-100 hover:text-blue-800 px-2 py-1 inline-block">
Hello World - A simple introduction
</Link>
</li>
</ul>
</main>
</div>