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-17 14:40:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6c6713c3f10557d17cc7ddcc19299277bd0511f
a6c6713c
1 parent
6ba69c6e
change button to link
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
front/src/Components/Header.js
front/src/Components/Header.js
View file @
a6c6713
...
...
@@ -66,9 +66,10 @@ const StartBox = styled.div`
align-items: center;
`
;
const
Start
Button
=
styled
.
button
`
const
Start
Link
=
styled
(
Link
)
`
background-color: #3dc1d3;
color: #f1f2f6;
text-align: center;
font-size: 18px;
font-weight: 500;
width: 150px;
...
...
@@ -102,7 +103,7 @@ export default () => {
<
/HeaderMenuItem
>
<
/HeaderMenuList
>
<
StartBox
>
<
Start
Button
>
Start
<
/StartButton
>
<
Start
Link
to
=
"/Auth"
>
Start
<
/StartLink
>
<
/StartBox
>
<
/HeaderMenuNav
>
<
/HeaderBox
>
...
...
Please
register
or
login
to post a comment