Skip to content

Commit

Permalink
add : 공지사항 버튼 추가
Browse files Browse the repository at this point in the history
add : 공지사항 버튼 추가
  • Loading branch information
phyuna0525 authored Mar 15, 2024
2 parents eee0e9a + f936a77 commit 68ece50
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
File renamed without changes.
8 changes: 6 additions & 2 deletions src/app/main/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import classChange from "../../assets/img/Icon/교실이동.svg";
import WeekendMeals from "../../assets/img/Icon/주말급식.svg";
import classManage from "../../assets/img/Icon/학급관리.svg";
import afterManage from "../../assets/img/Icon/방과후관리.svg";
import notice from "../../assets/img/Icon/공지사항.svg";
import studentInquiry from "../../assets/img/Icon/학생조회.svg";
import changeTeacher from "../../assets/img/Icon/자습감독선생님변경.svg";
import notice from "../../assets/img/Icon/공지사항.svg";
import schedule from "../../assets/img/Icon/일정변경.svg";
import outStudent from "../../assets/img/외출 일러스트.png";
import CheckPage from "../components/common/menu/check/page";
import apply from "../../assets/img/신청 일러스트.png";
Expand Down Expand Up @@ -108,9 +109,12 @@ const Main = () => {
<Menu href="/changeTeacher" icon={changeTeacher}>
자습감독 선생님 변경
</Menu>
<Menu href="/notice" icon={notice}>
<Menu href="/schedule" icon={schedule}>
일정변경
</Menu>
<Menu href="/notice" icon={notice}>
공지 사항
</Menu>
</div>
</div>
<div className=" flex flex-col gap-3">
Expand Down
5 changes: 3 additions & 2 deletions src/assets/img/Icon/공지사항.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/img/Icon/일정변경.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68ece50

Please sign in to comment.