Skip to content

Commit 0bfaffc

Browse files
Update setup.tsx
1 parent dbc532b commit 0bfaffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/setup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const Setup: NextPage = () => {
8080
}
8181

8282
return (
83-
<div>
83+
<div onClick={() => setup()}>
8484
<DefaultHeroSection title="Setup Beastz" description="Setup collection" />
8585
<button onClick={() => setup()}>setup beastz collection</button>
8686
</div>

0 commit comments

Comments
 (0)