Skip to content

Commit

Permalink
feat: add threshold call from contract + icon for docs link in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati0x committed Aug 21, 2024
1 parent 5dab4b6 commit 953f828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/web/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React from "react";
import { Disclosure } from "@headlessui/react";
import {
BookOpenIcon,
ArrowTopRightOnSquareIcon,
Bars3Icon,
XMarkIcon,
} from "@heroicons/react/24/outline";
Expand Down Expand Up @@ -50,12 +50,12 @@ export function NavBar() {
rel="noreferrer"
className="text-primary-content subtitle2 flex items-center gap-1 hover:opacity-90"
>
<BookOpenIcon
Docs
<ArrowTopRightOnSquareIcon
width={16}
height={16}
className="text-primary-content"
/>
Docs
</a>
<ConnectWallet />
</div>
Expand Down
1 change: 0 additions & 1 deletion apps/web/components/Proposals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
AdjustmentsHorizontalIcon,
PlusIcon,
} from "@heroicons/react/24/outline";
import { filter } from "lodash-es";
import Link from "next/link";
import { Address as AddressType, useAccount } from "wagmi";
import {
Expand Down

0 comments on commit 953f828

Please sign in to comment.