From f254486087b8b40fc75a5e38764300568b569924 Mon Sep 17 00:00:00 2001 From: yougyung Date: Wed, 10 Apr 2024 15:19:27 +0900 Subject: [PATCH] fix: change component naming --- app/(sub-page)/result/components/completed-category.tsx | 2 +- .../result/result-category/result-category-detail-content.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(sub-page)/result/components/completed-category.tsx b/app/(sub-page)/result/components/completed-category.tsx index 46db31ba..4c1672ad 100644 --- a/app/(sub-page)/result/components/completed-category.tsx +++ b/app/(sub-page)/result/components/completed-category.tsx @@ -9,7 +9,7 @@ function CompletedCategory() { category-fullfill-image
category-fullfill-image -

해당 파트의 졸업요건을 충족하셨습니다!

+

해당 파트의 졸업요건을 충족하셨습니다!

); diff --git a/app/ui/result/result-category/result-category-detail-content.tsx b/app/ui/result/result-category/result-category-detail-content.tsx index 60763136..15a40bed 100644 --- a/app/ui/result/result-category/result-category-detail-content.tsx +++ b/app/ui/result/result-category/result-category-detail-content.tsx @@ -1,7 +1,7 @@ import LabelContainer from '@/app/ui/view/atom/label-container/label-container'; import { cn } from '@/app/utils/shadcn/utils'; import { Table } from '../../view/molecule/table'; -import CategoryFullfill from '@/app/(sub-page)/result/components/completed-category'; +import CompletedCategory from '@/app/(sub-page)/result/components/completed-category'; const headerInfo = ['과목코드', '과목명', '학점']; @@ -25,7 +25,7 @@ function ResultCategoryDetailContent() { 18 / 18} /> - + 18 / 18} />