File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,6 @@ export const Navbar = ({ onChange }: Props) => {
145
145
</ IconButton >
146
146
</ HtmlTooltip >
147
147
148
- < IconButton onClick = { atilaDevLink } >
149
- < AiOutlineGlobal />
150
- </ IconButton >
151
-
152
148
{ /* Put inside of Drawer in the future */ }
153
149
< Grid item sx = { { display : { xs : 'none' , sm : 'inline' } } } >
154
150
< IconButton onClick = { gitHubLink } >
@@ -167,6 +163,10 @@ export const Navbar = ({ onChange }: Props) => {
167
163
< AiOutlineMail />
168
164
</ IconButton >
169
165
</ Grid >
166
+
167
+ < IconButton onClick = { atilaDevLink } >
168
+ < AiOutlineGlobal />
169
+ </ IconButton >
170
170
</ Box >
171
171
172
172
< Box borderColor = { 'black' } >
Original file line number Diff line number Diff line change 1
1
.mainLayout {
2
2
margin : 100px auto;
3
3
max-width : 1400px ;
4
- }
4
+ }
5
+
6
+ a : link { color : # 000 ; }
7
+ a : visited { color : # 000 ; }
You can’t perform that action at this time.
0 commit comments