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
951e6ee8
Commit
951e6ee8
authored
Aug 04, 2021
by
seoyeon
Browse files
사진 위치 이동
parent
bdb9b490
Changes
9
Show whitespace changes
Inline
Side-by-side
client/
src/images
/RightHamburgerImg.png
→
client/
public
/RightHamburgerImg.png
View file @
951e6ee8
File moved
client/
src/images
/backward.png
→
client/
public
/backward.png
View file @
951e6ee8
File moved
client/
src/images
/micbtn.png
→
client/
public
/micbtn.png
View file @
951e6ee8
File moved
client/
src/images
/micoffbtn.png
→
client/
public
/micoffbtn.png
View file @
951e6ee8
File moved
client/
src/images
/speakerbtn.png
→
client/
public
/speakerbtn.png
View file @
951e6ee8
File moved
client/
src/images
/speakeroffbtn.png
→
client/
public
/speakeroffbtn.png
View file @
951e6ee8
File moved
client/
src/images
/videobtn.png
→
client/
public
/videobtn.png
View file @
951e6ee8
File moved
client/
src/images
/videooffbtn.png
→
client/
public
/videooffbtn.png
View file @
951e6ee8
File moved
client/src/components/Room/RightHamburger.js
View file @
951e6ee8
import
{
useState
,
useEffect
}
from
"
react
"
;
import
{
useState
,
useEffect
}
from
"
react
"
;
import
{
useParams
}
from
"
react-router-dom
"
;
import
{
useParams
}
from
"
react-router-dom
"
;
import
ChannelSingle
from
"
./ChannelSingle
"
;
import
ChannelSingle
from
"
./ChannelSingle
"
;
import
Rightimg
from
"
../../images/RightHamburgerImg.png
"
;
import
RoomApi
from
"
../../apis/room.api
"
;
import
RoomApi
from
"
../../apis/room.api
"
;
import
roomApi
from
"
../../apis/room.api
"
;
import
roomApi
from
"
../../apis/room.api
"
;
import
catchErrors
from
"
../../context/catchError
"
;
import
catchErrors
from
"
../../context/catchError
"
;
...
@@ -80,7 +79,7 @@ const RightHamburger = () => {
...
@@ -80,7 +79,7 @@ const RightHamburger = () => {
aria
-
label
=
"
Toggle navigation
"
aria
-
label
=
"
Toggle navigation
"
style
=
{{
border
:
"
#f4c1f2
"
}}
style
=
{{
border
:
"
#f4c1f2
"
}}
>
>
<
img
src
=
{
Right
img
}
width
=
"
50px
"
height
=
"
30px
"
/>
<
img
src
=
"
/
Right
HamburgerImg.png
"
width
=
"
50px
"
height
=
"
30px
"
/>
<
/button
>
<
/button
>
<
/div
>
<
/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