File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function TopMenu({ children }: Readonly<TopMenuProps>) {
22
22
{ children }
23
23
</ Breadcrumbs >
24
24
< div className = "flex flex-row gap-6 items-center" >
25
- < span className = "hidden sm:flex" >
25
+ < span className = "hidden sm:flex gap-2 " >
26
26
< ThemeModeSelector />
27
27
< Button variant = "icon" aria-label = { t `Help` } >
28
28
< LifeBuoyIcon size = { 20 } />
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export function TopMenu({ children }: Readonly<TopMenuProps>) {
24
24
{ children }
25
25
</ Breadcrumbs >
26
26
< div className = "flex flex-row gap-6 items-center" >
27
- < span className = "hidden sm:flex" >
27
+ < span className = "hidden sm:flex gap-2 " >
28
28
< ThemeModeSelector />
29
29
< Button variant = "icon" aria-label = { t `Help` } >
30
30
< LifeBuoyIcon size = { 20 } />
You can’t perform that action at this time.
0 commit comments