mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user