Skip to content

Commit d67ba1b

Browse files
Sean PrashadSean Prashad
authored andcommitted
Replace GitHub link with font-awesome icon
1 parent 84e3c97 commit d67ba1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

web/src/components/Navigation/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
NavbarToggler,
1010
NavItem,
1111
} from 'reactstrap';
12+
import { FaGithub } from 'react-icons/fa';
1213

1314
import './styles.scss';
1415

@@ -29,7 +30,7 @@ const Navigation = () => {
2930
target="_blank"
3031
href="https://github.com/SeanPrashad/leetcode-patterns"
3132
>
32-
GitHub
33+
<FaGithub />
3334
</NavLink>
3435
</NavItem>
3536
</Nav>

web/src/components/Navigation/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@
3131
a:hover {
3232
color: #ffc952 !important;
3333
}
34+
35+
svg {
36+
font-size: 2em;
37+
}
3438
}

0 commit comments

Comments
 (0)