Commit 951e6ee8 authored by seoyeon's avatar seoyeon
Browse files

사진 위치 이동

parent bdb9b490
import { useState, useEffect } from "react";
import { useParams } from "react-router-dom";
import ChannelSingle from "./ChannelSingle";
import Rightimg from "../../images/RightHamburgerImg.png";
import RoomApi from "../../apis/room.api";
import roomApi from "../../apis/room.api";
import catchErrors from "../../context/catchError";
......@@ -80,7 +79,7 @@ const RightHamburger = () => {
aria-label="Toggle navigation"
style={{ border: "#f4c1f2" }}
>
<img src={Rightimg} width="50px" height="30px" />
<img src="/RightHamburgerImg.png" width="50px" height="30px" />
</button>
</div>
<div
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment