From 38d87a3389d605547ca6f1033e77a7154855d1f2 Mon Sep 17 00:00:00 2001 From: aV <62926341+a0v0@users.noreply.github.com> Date: Sun, 12 May 2024 22:28:38 +0530 Subject: [PATCH] refactor: remove unused code in Hero component --- components/hero.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/hero.tsx b/components/hero.tsx index 1a31aaa6..1e3c504d 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -1,6 +1,7 @@ "use client"; -import {Button, Link} from "@nextui-org/react"; +import {Button} from "@nextui-org/react"; import {ArrowRightIcon} from "@nextui-org/shared-icons"; +import Link from "next/link"; import {Logo} from "./icons"; import {subtitle, title} from "./primitives";