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-08-05 15:22:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
de9a913128628ff38e9ca9c56a704a05c832b7b1
de9a9131
1 parent
dc868cc7
update header btnState
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
front/src/Components/Header.js
front/src/Components/Header.js
View file @
de9a913
...
...
@@ -108,13 +108,13 @@ export default ({ btnStateProp }) => {
{
btnState
===
"main"
?
(
<>
<
StartBox
>
<
StartLink
to
=
"/auth"
>
Start
<
/StartLink
>
<
StartLink
to
=
"/auth"
>
Login
<
/StartLink
>
<
/StartBox
>
<
/
>
)
:
(
<>
<
StartBox
>
<
StartLink
to
=
"/
roomlist"
>
RoomLis
t
<
/StartLink
>
<
StartLink
to
=
"/
chat"
>
Star
t
<
/StartLink
>
<
/StartBox
>
<
/
>
)}
...
...
Please
register
or
login
to post a comment