Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2_open_source_sw_development_Han
/
Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
JaeHyeok Song
2020-12-09 12:21:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71a2f4a49cb6b8aa7b076694d13901998015644e
71a2f4a4
1 parent
bee56a6d
apply lineQR in page
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
6 deletions
jaksimsamil-page/src/components/setting/215xiena.png
jaksimsamil-page/src/components/setting/LineQR.js
jaksimsamil-page/src/components/setting/SettingForm.js
jaksimsamil-page/src/components/setting/215xiena.png
0 → 100644
View file @
71a2f4a
1.24 KB
jaksimsamil-page/src/components/setting/LineQR.js
0 → 100644
View file @
71a2f4a
import
React
from
'react'
;
const
LineQR
=
()
=>
{
return
(
<
div
>
<
img
src
=
"https://qr-official.line.me/sid/L/215xiena.png"
width
=
"130"
/>
<
/div
>
);
};
export
default
LineQR
\ No newline at end of file
jaksimsamil-page/src/components/setting/SettingForm.js
View file @
71a2f4a
...
...
@@ -8,7 +8,7 @@ import Paper from '@material-ui/core/Paper';
import
Grid
from
'@material-ui/core/Grid'
;
import
CircularProgress
from
'@material-ui/core/CircularProgress'
;
import
styled
from
'styled-components'
;
import
KakaoLoginBtn
from
'./KakaoLogin
'
import
LineQR
from
'./LineQR
'
const
useStyles
=
makeStyles
((
theme
)
=>
({
root
:
{
...
...
@@ -84,11 +84,8 @@ const SettingForm = ({
<
Grid
container
item
xs
=
{
6
}
>
<
Paper
className
=
{
classes
.
paper
}
elevation
=
{
3
}
>
<
h1
>
카카오
로그인
<
/h1
>
<
KakaoLoginBtn
profile
=
{
profile
}
onChange
=
{
onChange
}
/
>
<
h1
>
QR
코드를
찍어주세요
<
/h1
>
<
LineQR
><
/LineQR
>
<
/Paper
>
<
/Grid
>
...
...
Please
register
or
login
to post a comment