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-22 17:40:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c361a85d657406c58c62db26fd32daeb9836b916
c361a85d
1 parent
6ee92b1b
remove header position fixed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
front/src/Components/Header.js
front/src/Components/Header.js
View file @
c361a85
...
...
@@ -17,8 +17,6 @@ const HeaderContainer = styled.div`
flex-direction: row;
justify-content: space-between;
width: 100%;
position: fixed;
top: 0;
svg {
font-size: 30px;
}
...
...
@@ -51,7 +49,7 @@ const StyledLink = styled(Link)`
export
default
({
text
})
=>
{
const
[
logOut
]
=
useMutation
(
LOG_OUT
);
return
(
<
HeaderContainer
>
<
HeaderContainer
className
=
"Header"
>
<
TitleBox
>
<
FontAwesomeIcon
icon
=
{
faComments
}
/
>
<
HeaderSpan
>
{
text
}
<
/HeaderSpan
>
...
...
Please
register
or
login
to post a comment