Skip to content

Commit

Permalink
feat(devcon-poap): added poap
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisgarner committed Nov 26, 2024
1 parent 71e4b11 commit 6c4cfdf
Show file tree
Hide file tree
Showing 12 changed files with 802 additions and 312 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ packages/interface/metamask/
# typescript
*.tsbuildinfo
zkeys

db.db
proofs
2 changes: 2 additions & 0 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"react-number-format": "^5.4.2",
"react-use": "^17.5.0",
"sonner": "^1.4.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.1.20",
Expand Down
3 changes: 1 addition & 2 deletions packages/interface/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { useBallot } from "~/contexts/Ballot";
import { useRoundState } from "~/utils/state";
import { ERoundState } from "~/utils/types";

import { ConnectButton } from "./ConnectButton";
import { IconButton } from "./ui/Button";
import { Logo } from "./ui/Logo";

Expand Down Expand Up @@ -122,7 +121,7 @@ const Header = ({ navLinks, pollId = "" }: IHeaderProps) => {
onClick={handleChangeTheme}
/>

<ConnectButton />
<Link href="rounds/0/stats">RESULTS</Link>
</div>

<MobileMenu isOpen={isOpen} navLinks={navLinks} />
Expand Down
Loading

0 comments on commit 6c4cfdf

Please sign in to comment.