Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-15 21:31:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d78d55eba933cd80aaa9636e5418534cfb26174
5d78d55e
1 parent
14361404
update some icons in MenuIcons.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
front/src/Components/MenuList/MenuIcons.js
front/src/Components/MenuList/MenuIcons.js
View file @
5d78d55
...
...
@@ -2,7 +2,7 @@ import React from "react";
import
styled
from
"styled-components"
;
import
{
FontAwesomeIcon
}
from
"@fortawesome/react-fontawesome"
;
import
{
fa
User
,
fa
Home
,
faComment
,
faCog
,
faSignOutAlt
,
...
...
@@ -88,7 +88,7 @@ export default () => {
return
(
<>
<
UserIconBox
>
<
FontAwesomeIcon
icon
=
{
fa
User
}
/
>
<
FontAwesomeIcon
icon
=
{
fa
Home
}
/
>
<
/UserIconBox
>
<
FuncIconBox
>
<
IconBox
>
...
...
Please
register
or
login
to post a comment