File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -72,29 +72,18 @@ export default function AppBar() {
72
72
onClick = { ( ) => {
73
73
dispatch ( switchTheme ( ) ) ;
74
74
} }
75
- sx = { { gap : 0.5 } }
75
+ sx = { { justifyContent : "center" } }
76
76
>
77
77
{ theme . isDark ? < Brightness7Icon /> : < Brightness4Icon /> }
78
- < Typography > { theme . isDark ? "Dark" : "Light" } </ Typography >
79
78
</ MenuItem >
80
- < MenuItem >
81
- < Link
82
- to = "https://github.com/LNReader/lnreader"
83
- target = "_blank"
84
- style = { { gap : 4 , display : "flex" } }
85
- >
79
+ < MenuItem sx = { { justifyContent : "center" } } >
80
+ < Link to = "https://github.com/LNReader/lnreader" target = "_blank" >
86
81
< GitHubIcon />
87
- < Typography > Github</ Typography >
88
82
</ Link >
89
83
</ MenuItem >
90
- < MenuItem >
91
- < Link
92
- to = "https://discord.com/invite/QdcWN4MD63"
93
- target = "_blank"
94
- style = { { gap : 4 , display : "flex" } }
95
- >
84
+ < MenuItem sx = { { justifyContent : "center" } } >
85
+ < Link to = "https://discord.com/invite/QdcWN4MD63" target = "_blank" >
96
86
< DiscordIcon />
97
- < Typography > Discord</ Typography >
98
87
</ Link >
99
88
</ MenuItem >
100
89
</ Menu >
You can’t perform that action at this time.
0 commit comments