We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc532b commit 0bfaffcCopy full SHA for 0bfaffc
pages/setup.tsx
@@ -80,7 +80,7 @@ const Setup: NextPage = () => {
80
}
81
82
return (
83
- <div>
+ <div onClick={() => setup()}>
84
<DefaultHeroSection title="Setup Beastz" description="Setup collection" />
85
<button onClick={() => setup()}>setup beastz collection</button>
86
</div>
0 commit comments