Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
6f96c999
Commit
6f96c999
authored
Jul 28, 2021
by
seoyeon
Browse files
.
parent
f06686cb
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/pages/InvitePage.js
View file @
6f96c999
import
Header
from
"
../components/Header
"
;
import
Header
from
"
../components/Header
"
;
import
UserImage
from
"
../../src/kakao_login.png
"
;
import
RoomImage
from
"
../../src/kakao_login.png
"
;
const
InvitePage
=
()
=>
{
const
InvitePage
=
()
=>
{
function
GoInvitedroom
()
{
function
GoInvitedroom
()
{
// if() : //초대받은 사람이 로그인 o
// if() : //초대받은 사람이 로그인 o
...
@@ -36,7 +34,7 @@ const InvitePage = () => {
...
@@ -36,7 +34,7 @@ const InvitePage = () => {
>
>
{
/* 방 부분 */
}
{
/* 방 부분 */
}
<
p
style
=
{{
marginBottom
:
"
0px
"
,
fontSize
:
"
16px
"
}}
>
초대받은
방
<
/p
>
<
p
style
=
{{
marginBottom
:
"
0px
"
,
fontSize
:
"
16px
"
}}
>
초대받은
방
<
/p
>
<
img
src
=
{
RoomImage
}
style
=
{{
width
:
"
90px
"
,
height
:
"
90px
"
}}
><
/img
>
<
img
style
=
{{
width
:
"
90px
"
,
height
:
"
90px
"
}}
><
/img
>
<
p
style
=
{{
marginBottom
:
"
0px
"
,
fontSize
:
"
16px
"
}}
>
<
p
style
=
{{
marginBottom
:
"
0px
"
,
fontSize
:
"
16px
"
}}
>
방
id
:
{
/*${roomid}*/
}
방
id
:
{
/*${roomid}*/
}
<
/p
>
<
/p
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment