Commit dfe5b8fb authored by 우지원's avatar 우지원
Browse files

.

parent 420d9423
import React, { useEffect } from "react"; import React, { useEffect } from "react";
import kakao_login from "../kakao_login.png";
const KakaoShareButton = () => { const KakaoShareButton = () => {
useEffect(() => { useEffect(() => {
......
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 src={RoomImage} style={{ width: "90px", height: "90px" }}></img> */}
<p style={{ marginBottom: "0px", fontSize: "16px" }}> <p style={{ marginBottom: "0px", fontSize: "16px" }}>
id: {/*${roomid}*/} id: {/*${roomid}*/}
</p> </p>
......
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