Skip to content

Commit

Permalink
Merge pull request #64 from a0v0:fix-link
Browse files Browse the repository at this point in the history
refactor: remove unused code in Hero component
  • Loading branch information
a0v0 authored May 12, 2024
2 parents a853842 + 38d87a3 commit 9b5e229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/hero.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 9b5e229

Please sign in to comment.