Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Mar 4, 2024
1 parent 3256bb8 commit ffe3189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Box, Link } from "@radix-ui/themes";
import { Box } from "@radix-ui/themes";
import SearchBar from "./Search";
import Link from "next/link";

const Navbar = () => {
return (
Expand Down

1 comment on commit ffe3189

@vercel
Copy link

@vercel vercel bot commented on ffe3189 Mar 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.