From 953f8285b93562ecfd079c43a2d50103c4a1d872 Mon Sep 17 00:00:00 2001 From: Matias Date: Wed, 21 Aug 2024 19:08:41 -0300 Subject: [PATCH] feat: add threshold call from contract + icon for docs link in navbar --- apps/web/components/NavBar.tsx | 6 +++--- apps/web/components/Proposals.tsx | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/web/components/NavBar.tsx b/apps/web/components/NavBar.tsx index f5f66db0f..2bfd2d8ea 100644 --- a/apps/web/components/NavBar.tsx +++ b/apps/web/components/NavBar.tsx @@ -3,7 +3,7 @@ import React from "react"; import { Disclosure } from "@headlessui/react"; import { - BookOpenIcon, + ArrowTopRightOnSquareIcon, Bars3Icon, XMarkIcon, } from "@heroicons/react/24/outline"; @@ -50,12 +50,12 @@ export function NavBar() { rel="noreferrer" className="text-primary-content subtitle2 flex items-center gap-1 hover:opacity-90" > - - Docs diff --git a/apps/web/components/Proposals.tsx b/apps/web/components/Proposals.tsx index 5e24258e6..9a37976cd 100644 --- a/apps/web/components/Proposals.tsx +++ b/apps/web/components/Proposals.tsx @@ -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 {