Skip to content

Commit

Permalink
list added
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthug committed Aug 1, 2023
1 parent 383fbed commit 99e5d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Appbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function ResponsiveDrawer() {
>
<MenuItem onClick={() => handleClose("/")}>Home</MenuItem>
<MenuItem onClick={() => handleClose("/report")}>Report</MenuItem>
<MenuItem onClick={() => handleClose("/")}>List</MenuItem>
<MenuItem onClick={() => handleClose("/list")}>List</MenuItem>
</Menu>
<ConnectButton label="CONNECT WALLET" />
</Toolbar>
Expand Down

0 comments on commit 99e5d2c

Please sign in to comment.