diff --git a/frontend/src/components/Layout/LectureLayout.jsx b/frontend/src/components/Layout/LectureLayout.jsx index aaef0df..95be0e8 100644 --- a/frontend/src/components/Layout/LectureLayout.jsx +++ b/frontend/src/components/Layout/LectureLayout.jsx @@ -82,7 +82,7 @@ export default function LectureLayout() { )}
- }> + }>
diff --git a/frontend/src/components/Layout/LiveLayout.jsx b/frontend/src/components/Layout/LiveLayout.jsx index e561ab3..1a12a49 100644 --- a/frontend/src/components/Layout/LiveLayout.jsx +++ b/frontend/src/components/Layout/LiveLayout.jsx @@ -9,7 +9,7 @@ export default function LiveLayout() { <>
- }> + }>
diff --git a/frontend/src/components/Layout/MyPageLayout.jsx b/frontend/src/components/Layout/MyPageLayout.jsx index a8a99e4..8b7ed9d 100644 --- a/frontend/src/components/Layout/MyPageLayout.jsx +++ b/frontend/src/components/Layout/MyPageLayout.jsx @@ -22,8 +22,7 @@ export default function MyPageLayout() {
- {/* TODO: 로딩 컴포넌트 추가 */} - }> + }>
diff --git a/frontend/src/components/LoadingIndicator.jsx/LoadingIndicator.jsx b/frontend/src/components/LoadingIndicator.jsx/LoadingIndicator.jsx index 4bac764..e4162b4 100644 --- a/frontend/src/components/LoadingIndicator.jsx/LoadingIndicator.jsx +++ b/frontend/src/components/LoadingIndicator.jsx/LoadingIndicator.jsx @@ -6,6 +6,6 @@ export default function LoadingIndicator({ fill = false }) {
) : ( -
+
); }