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-07-18 14:58:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f85e778b7c7386816f64e09253a9a207054826b5
f85e778b
1 parent
519727f9
remove about link in header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
front/src/Components/Header.js
front/src/Components/Header.js
View file @
f85e778
...
...
@@ -85,12 +85,14 @@ export default () => {
<
HeaderBox
>
<
HeaderTitleBox
>
<
FontAwesomeIcon
icon
=
{
faComments
}
/
>
<
HeaderTitle
>
Linker
<
/HeaderTitle
>
<
HeaderTitle
>
<
Link
to
=
"/"
>
Linker
<
/Link
>
<
/HeaderTitle
>
<
/HeaderTitleBox
>
<
HeaderMenuNav
>
<
HeaderMenuList
>
<
HeaderMenuItem
>
<
Link
to
=
"/
about"
>
About
US
<
/Link
>
<
Link
to
=
"/
forum"
>
Forum
<
/Link
>
<
/HeaderMenuItem
>
<
HeaderMenuItem
>
<
Link
to
=
"/features"
>
Features
<
/Link
>
...
...
Please
register
or
login
to post a comment