Created MetaMask detection

This commit is contained in:
sid
2024-10-25 16:59:20 +01:00
parent ec45492e58
commit 6983eb3d18
3 changed files with 54 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
import Header from '../components/custom/header';
import Footer from '../components/custom/footer';
import Test from '../components/scripts/Test';
import MetaMask from '../components/scripts/MetaMask';
export default function Home() {
return (
@@ -21,6 +23,12 @@ export default function Home() {
<li>Event 3 - Date</li>
</ul>
</section>
<section className="mb-8">
<Test />
</section>
<section className="mb-8">
<MetaMask />
</section>
<Footer />
</main>
</div>