-
실무 용어 퀴즈
+
용어 퀴즈
오늘
{todaySolvedCnt}
diff --git a/src/components/domain/home/learning/TodayWords/index.tsx b/src/components/domain/home/learning/TodayWords/index.tsx
index 8f12ab82..708d9fbb 100644
--- a/src/components/domain/home/learning/TodayWords/index.tsx
+++ b/src/components/domain/home/learning/TodayWords/index.tsx
@@ -8,7 +8,7 @@ export default function TodayWords({
}) {
return (
<>
-
+
{wordsList.map(({ id, name, meaning, category }, idx) => (
-
+
-
실무 용어 관련 문의가 있으신가요?
+
용어 관련 문의가 있으신가요?
문의하러 가기
export const Default: Story = {
args: {
- title: '실무 용어',
+ title: 'title',
},
}
@@ -41,11 +41,11 @@ export const HeaderWithRightItem: Story = {
render: () => (
<>
}
/>
}
/>
>
diff --git a/src/components/shared/WordCard/index.tsx b/src/components/shared/WordCard/index.tsx
index 1eec5d12..fa48305b 100644
--- a/src/components/shared/WordCard/index.tsx
+++ b/src/components/shared/WordCard/index.tsx
@@ -29,7 +29,7 @@ export default function WordCard({
return (
diff --git a/src/constants/bottomSheet.ts b/src/constants/bottomSheet.ts
index 5d39490b..e93dfbd6 100644
--- a/src/constants/bottomSheet.ts
+++ b/src/constants/bottomSheet.ts
@@ -14,7 +14,7 @@ export const LOGIN_BOTTOMSHEET: {
},
bookmark: {
title: '별별 저장소에 저장해 보세요!',
- description: `로그인을 하면 즐겨찾기한 실무 용어를\n별별 저장소에서 만나볼 수 있어요.`,
+ description: `로그인을 하면 즐겨찾기한 용어를\n별별 저장소에서 만나볼 수 있어요.`,
},
loginBtn: {
title:
diff --git a/src/constants/emptyLayout.ts b/src/constants/emptyLayout.ts
index 3f0760ba..e695f7e9 100644
--- a/src/constants/emptyLayout.ts
+++ b/src/constants/emptyLayout.ts
@@ -9,26 +9,26 @@ export const EMPTY_LAYOUT: {
}
} = {
likeComments: {
- image: 'logo.svg',
+ image: 'like_comment.svg',
title: '좋아요 한 댓글이 없어요.',
- btnText: '실무 용어 탐색하기',
+ btnText: '용어 탐색하기',
},
myComments: {
- image: 'logo.svg',
+ image: 'comment.svg',
title: '작성한 댓글이 없어요.',
- btnText: '실무 용어 탐색하기',
+ btnText: '용어 탐색하기',
},
bookmarks: {
- image: 'logo.svg',
+ image: 'star.svg',
title: '저장소가 비어있어요.',
description: [
- '별 단어가 다 있다고 생각이 드는\n실무 용어를 별별 저장소에 등록해보세요.',
- '로그인을 하고 별 단어가 다 있다고 생각이 드는\n실무 용어를 별별 저장소에 등록해보세요.',
+ '별 단어가 다 있다고 생각이 드는\n용어를 별별 저장소에 등록해보세요.',
+ '로그인을 하고 별 단어가 다 있다고 생각이 드는\n용어를 별별 저장소에 등록해보세요.',
],
btnText: '등록하러 가기',
},
searchResults: {
- image: 'logo.svg',
- title: '검색된 실무 용어가 없어요.',
+ image: 'telescope.svg',
+ title: '검색된 용어가 없어요.',
},
}
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 26af913e..e3daeb12 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -16,7 +16,7 @@ const config: Config = {
'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))',
'btn-gradient': 'linear-gradient(103deg, #00FFBB 0%, #3D7DF3 148.93%)',
'btn-gradient-hover':
- 'linear-gradient(103deg, rgba(0, 255, 187, 0.80) 0%, rgba(61, 125, 243, 0.80) 148.93%)',
+ 'linear-gradient(103deg, rgba(0, 255, 187, 0.90) 0%, rgba(61, 125, 243, 0.90) 148.93%)',
},
colors,
fontFamily: {