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
d7639ab3
Commit
d7639ab3
authored
Jun 28, 2021
by
Kim, Chaerin
Browse files
room header link추가
parent
4c1f8a9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Room/RoomHeader.js
View file @
d7639ab3
import
{
Link
}
from
"
react-router-dom
"
;
const
RoomHeader
=
()
=>
{
return
(
<
div
className
=
"
container
"
>
...
...
@@ -25,19 +27,21 @@ const RoomHeader = () => {
<
p
className
=
"
m-2
"
style
=
{{
fontWeight
:
"
bold
"
,
fontSize
:
"
20px
"
}}
>
회의
<
/p
>
<
button
type
=
"
button
"
className
=
"
m-2 rounded
"
style
=
{{
height
:
"
30px
"
,
fontWeight
:
"
bold
"
,
backgroundColor
:
"
#E8B7FF
"
,
color
:
"
black
"
,
border
:
"
1px #f4c1f2
"
,
}}
>
돌아가기
<
/button
>
<
Link
to
=
"
/user
"
>
<
button
type
=
"
button
"
className
=
"
m-2 rounded
"
style
=
{{
height
:
"
30px
"
,
fontWeight
:
"
bold
"
,
backgroundColor
:
"
#E8B7FF
"
,
color
:
"
black
"
,
border
:
"
1px #f4c1f2
"
,
}}
>
돌아가기
<
/button
>
<
/Link
>
<
/div
>
<
/div
>
<
/div
>
...
...
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