Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -2,7 +2,7 @@ import React from "react"; | ... | @@ -2,7 +2,7 @@ import React from "react"; |
2 | import styled from "styled-components"; | 2 | import styled from "styled-components"; |
3 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | 3 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; |
4 | import { | 4 | import { |
5 | - faUser, | 5 | + faHome, |
6 | faComment, | 6 | faComment, |
7 | faCog, | 7 | faCog, |
8 | faSignOutAlt, | 8 | faSignOutAlt, |
... | @@ -88,7 +88,7 @@ export default () => { | ... | @@ -88,7 +88,7 @@ export default () => { |
88 | return ( | 88 | return ( |
89 | <> | 89 | <> |
90 | <UserIconBox> | 90 | <UserIconBox> |
91 | - <FontAwesomeIcon icon={faUser} /> | 91 | + <FontAwesomeIcon icon={faHome} /> |
92 | </UserIconBox> | 92 | </UserIconBox> |
93 | <FuncIconBox> | 93 | <FuncIconBox> |
94 | <IconBox> | 94 | <IconBox> | ... | ... |
-
Please register or login to post a comment