Skip to content

Commit 6d2ce7d

Browse files
committed
info styles updated
1 parent 99aa39a commit 6d2ce7d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Diff for: components/ui/Navbar.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ export const Navbar = ({ onChange }: Props) => {
145145
</IconButton>
146146
</HtmlTooltip>
147147

148-
<IconButton onClick={atilaDevLink}>
149-
<AiOutlineGlobal />
150-
</IconButton>
151-
152148
{/* Put inside of Drawer in the future */}
153149
<Grid item sx={{ display: { xs: 'none', sm: 'inline' } }}>
154150
<IconButton onClick={gitHubLink}>
@@ -167,6 +163,10 @@ export const Navbar = ({ onChange }: Props) => {
167163
<AiOutlineMail />
168164
</IconButton>
169165
</Grid>
166+
167+
<IconButton onClick={atilaDevLink}>
168+
<AiOutlineGlobal />
169+
</IconButton>
170170
</Box>
171171

172172
<Box borderColor={'black'}>

Diff for: styles/globals.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.mainLayout {
22
margin: 100px auto;
33
max-width: 1400px;
4-
}
4+
}
5+
6+
a:link { color: #000; }
7+
a:visited { color: #000; }

0 commit comments

Comments
 (0)