diff --git a/src/Component/Notice/FAQList.vue b/src/Component/Notice/FAQList.vue index c2e8a1c..9d981d7 100644 --- a/src/Component/Notice/FAQList.vue +++ b/src/Component/Notice/FAQList.vue @@ -18,7 +18,7 @@ const goToDetail = (faqId) => {
-

공지사항

+

자주 묻는 질문

diff --git a/src/Component/Notice/TabBar.vue b/src/Component/Notice/TabBar.vue index 73bab2b..f2c470c 100644 --- a/src/Component/Notice/TabBar.vue +++ b/src/Component/Notice/TabBar.vue @@ -6,7 +6,7 @@ @click="$emit('changeTab', tab.id)" :class="[ 'px-6 py-2 font-medium', - activeTab === tab.id ? 'border-b-2 border-black text-black' : 'text-gray-500', + activeTab === tab.id ? 'border-b-4 border-[#5995ED] text-black' : 'text-gray-500', ]" class="transition" >