Update GitHubStarsButton component to be hidden on smaller screens
This commit is contained in:
parent
ba10ec721b
commit
99971d6cb3
|
|
@ -44,7 +44,7 @@ function Navbar() {
|
|||
</Link>
|
||||
<div className="flex gap-2">
|
||||
<CommandMenu />
|
||||
<GitHubStarsButton username="community-scripts" repo="ProxmoxVE" />
|
||||
<GitHubStarsButton username="community-scripts" repo="ProxmoxVE" className="hidden md:block" />
|
||||
{navbarLinks.map(({ href, event, icon, text, mobileHidden }) => (
|
||||
<TooltipProvider key={event}>
|
||||
<Tooltip delayDuration={100}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user