File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
129129 < Button variant = "ghost" size = "icon" className = "group h-9 w-9 cursor-pointer" >
130130 < Search className = "h-5 w-5 opacity-80 group-hover:opacity-100" />
131131 </ Button >
132- < div className = "hidden space-x-1 lg:flex" >
132+ < div className = "hidden lg:flex" >
133133 { rightNavItems . map ( ( item ) => (
134134 < TooltipProvider key = { item . title } delayDuration = { 0 } >
135135 < Tooltip >
@@ -138,7 +138,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
138138 href = { item . url }
139139 target = "_blank"
140140 rel = "noopener noreferrer"
141- className = "group text-accent-foreground ring-offset-background hover:bg-accent hover:text-accent-foreground focus-visible:ring-ring inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50"
141+ className = "group text-accent-foreground ring-offset-background hover:bg-accent hover:text-accent-foreground focus-visible:ring-ring ml-1 inline-flex h-9 w-9 items-center justify-center rounded-md bg-transparent p-0 text-sm font-medium transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50"
142142 >
143143 < span className = "sr-only" > { item . title } </ span >
144144 { item . icon && (
You can’t perform that action at this time.
0 commit comments