Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박민정
/
We-Shop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박민정
2021-06-05 15:59:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7b9ff572a3df99520e790a9b0b170b06ef802fd0
7b9ff572
1 parent
0e831ed9
[feat] Add logout button on main page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
boiler-plate/client/src/components/views/LandingPage/LandingPage.js
boiler-plate/client/src/components/views/LandingPage/LandingPage.js
View file @
7b9ff57
...
...
@@ -11,7 +11,10 @@ function LandingPage() {
return
(
<
div
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
,
display
:
'flex'
,
width
:
'100%'
}}
>
<
h1
>
시작
페이지
<
/h1
>
<
button
>
Logout
<
/button
>
<
/div
>
)
}
...
...
Please
register
or
login
to post a comment