From 73090890d9cd5bd278df23d1071fe62a8dee6f56 Mon Sep 17 00:00:00 2001 From: NamKyeongMin Date: Thu, 8 May 2025 00:04:32 +0900 Subject: [PATCH] =?UTF-8?q?[fix]:=20public/img=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/{ => assets}/img/boom-filled-green.png | Bin .../public/{ => assets}/img/boom-filled-red.png | Bin frontend/public/{ => assets}/img/tabler--boom.png | Bin frontend/public/img/tabler--boom.svg | 1 - frontend/src/Attendance.jsx | 6 +++--- frontend/src/Attendance.module.css | 3 +++ 6 files changed, 6 insertions(+), 4 deletions(-) rename frontend/public/{ => assets}/img/boom-filled-green.png (100%) rename frontend/public/{ => assets}/img/boom-filled-red.png (100%) rename frontend/public/{ => assets}/img/tabler--boom.png (100%) delete mode 100644 frontend/public/img/tabler--boom.svg diff --git a/frontend/public/img/boom-filled-green.png b/frontend/public/assets/img/boom-filled-green.png similarity index 100% rename from frontend/public/img/boom-filled-green.png rename to frontend/public/assets/img/boom-filled-green.png diff --git a/frontend/public/img/boom-filled-red.png b/frontend/public/assets/img/boom-filled-red.png similarity index 100% rename from frontend/public/img/boom-filled-red.png rename to frontend/public/assets/img/boom-filled-red.png diff --git a/frontend/public/img/tabler--boom.png b/frontend/public/assets/img/tabler--boom.png similarity index 100% rename from frontend/public/img/tabler--boom.png rename to frontend/public/assets/img/tabler--boom.png diff --git a/frontend/public/img/tabler--boom.svg b/frontend/public/img/tabler--boom.svg deleted file mode 100644 index 8c6b2eb..0000000 --- a/frontend/public/img/tabler--boom.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/src/Attendance.jsx b/frontend/src/Attendance.jsx index 7593b8c..36cff96 100644 --- a/frontend/src/Attendance.jsx +++ b/frontend/src/Attendance.jsx @@ -39,13 +39,13 @@ const Attendance = () => { )}
- +
- +
- +
diff --git a/frontend/src/Attendance.module.css b/frontend/src/Attendance.module.css index ea7f9d4..a6f3852 100644 --- a/frontend/src/Attendance.module.css +++ b/frontend/src/Attendance.module.css @@ -30,3 +30,6 @@ width: 100%; height: 100%; } +.attend_week_container { + margin-top: 20px; +}