maybe fixed that git icon
This commit is contained in:
parent
7436874738
commit
e7bda6a6de
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ const Navbar = () => {
|
|||
key={label}
|
||||
href={href}
|
||||
target={target}
|
||||
className={`border ${buttonVariants({ variant: "ghost" })}`}
|
||||
className={`border ${buttonVariants({
|
||||
variant: "ghost",
|
||||
})} px-0 w-11`}
|
||||
>
|
||||
<Image
|
||||
src="/next.svg"
|
||||
|
|
Loading…
Reference in a new issue