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) {
129
129
< Button variant = "ghost" size = "icon" className = "group h-9 w-9 cursor-pointer" >
130
130
< Search className = "h-5 w-5 opacity-80 group-hover:opacity-100" />
131
131
</ Button >
132
- < div className = "hidden space-x-1 lg:flex" >
132
+ < div className = "hidden lg:flex" >
133
133
{ rightNavItems . map ( ( item ) => (
134
134
< TooltipProvider key = { item . title } delayDuration = { 0 } >
135
135
< Tooltip >
@@ -138,7 +138,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
138
138
href = { item . url }
139
139
target = "_blank"
140
140
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 ml-1 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"
142
142
>
143
143
< span className = "sr-only" > { item . title } </ span >
144
144
{ item . icon && (
You can’t perform that action at this time.
0 commit comments