File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 286
286
"title" : " Settings"
287
287
},
288
288
"Locale" : {
289
- "en-US" : " English (US) " ,
289
+ "en-US" : " English" ,
290
290
"fi" : " Suomi"
291
291
},
292
292
"Share" : {
Original file line number Diff line number Diff line change 286
286
"title" : " Asetukset"
287
287
},
288
288
"Locale" : {
289
- "en-US" : " English (US) " ,
289
+ "en-US" : " English" ,
290
290
"fi" : " Suomi"
291
291
},
292
292
"Share" : {
Original file line number Diff line number Diff line change @@ -84,7 +84,12 @@ function Content({ children }: { children: React.ReactNode }) {
84
84
< div role = "navigation" aria-label = "Menu" className = "flex" >
85
85
< ul className = "flex items-center text-sm" >
86
86
< li >
87
- < Button variant = "ghost" asChild className = "-my-3 text-primary" >
87
+ < Button
88
+ variant = "ghost"
89
+ size = "sm"
90
+ asChild
91
+ className = "-my-3 text-primary"
92
+ >
88
93
< Link href = "/groups" > { t ( 'Header.groups' ) } </ Link >
89
94
</ Button >
90
95
</ li >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function LocaleSwitcher() {
17
17
return (
18
18
< DropdownMenu >
19
19
< DropdownMenuTrigger asChild >
20
- < Button variant = "ghost" asChild className = "-my-3 text-primary" >
20
+ < Button variant = "ghost" size = "sm" className = "-my-3 text-primary" >
21
21
< span > { t ( locale ) } </ span >
22
22
</ Button >
23
23
</ DropdownMenuTrigger >
You can’t perform that action at this time.
0 commit comments