diff --git a/back/timetables.json b/back/timetables.json index 08333ae..90954ff 100644 --- a/back/timetables.json +++ b/back/timetables.json @@ -2963,7 +2963,7 @@ { "subject": "Chemical Engineering Capstone Design(1)", "time": "Thu(10 ~ 12)", - "room": "Changjo Hall (Graduate School)(008)-202" + "room": "Changjo Hall(008)-202" }, { "subject": "Nano Materials", @@ -3265,12 +3265,12 @@ { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(1 ~ 4)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Co-peratiove Education Program(3)", @@ -3350,7 +3350,7 @@ { "subject": "Food Biochemistry Laboratory", "time": "Wed(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-101" + "room": "Changjo Hall(008)-101" }, { "subject": "Food Process Engineering 2", diff --git a/front/public/timetables.json b/front/public/timetables.json index 08333ae..90954ff 100644 --- a/front/public/timetables.json +++ b/front/public/timetables.json @@ -2963,7 +2963,7 @@ { "subject": "Chemical Engineering Capstone Design(1)", "time": "Thu(10 ~ 12)", - "room": "Changjo Hall (Graduate School)(008)-202" + "room": "Changjo Hall(008)-202" }, { "subject": "Nano Materials", @@ -3265,12 +3265,12 @@ { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(1 ~ 4)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Co-peratiove Education Program(3)", @@ -3350,7 +3350,7 @@ { "subject": "Food Biochemistry Laboratory", "time": "Wed(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-101" + "room": "Changjo Hall(008)-101" }, { "subject": "Food Process Engineering 2", diff --git a/front/src/components/BuildingCard.js b/front/src/components/BuildingCard.js index f7ac383..a40d4fb 100644 --- a/front/src/components/BuildingCard.js +++ b/front/src/components/BuildingCard.js @@ -1,5 +1,5 @@ import React from 'react'; -import '../styles/ReservePage.css'; // ReservePage와 동일한 스타일 사용 +import '../styles/ReservePage.css'; import FavoriteButton from './FavoriteButton'; const BuildingCard = ({ diff --git a/front/src/components/Header.js b/front/src/components/Header.js index 2ed9013..3540097 100644 --- a/front/src/components/Header.js +++ b/front/src/components/Header.js @@ -1,7 +1,7 @@ import React, { useState } from 'react'; import { useNavigate } from 'react-router-dom'; import logo from '../assets/starlogo.png'; -import '../styles/Header.css'; // CSS 분리 후 import +import '../styles/Header.css'; const Header = () => { const navigate = useNavigate(); @@ -25,7 +25,7 @@ const Header = () => { onClick={() => navigate('/')} /> - {/* 모바일 ☰ 메뉴 */} + {/* mobile ☰ menu */}
setMenuOpen(!menuOpen)}>☰