sdy

update some icons in MenuIcons.js

...@@ -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>
......