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}
|
key={label}
|
||||||
href={href}
|
href={href}
|
||||||
target={target}
|
target={target}
|
||||||
className={`border ${buttonVariants({ variant: "ghost" })}`}
|
className={`border ${buttonVariants({
|
||||||
|
variant: "ghost",
|
||||||
|
})} px-0 w-11`}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src="/next.svg"
|
src="/next.svg"
|
||||||
|
|
Loading…
Reference in a new issue