diff --git a/public/images/comment.svg b/public/images/comment.svg new file mode 100644 index 00000000..488a516f --- /dev/null +++ b/public/images/comment.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/contact.svg b/public/images/contact.svg new file mode 100644 index 00000000..d119c1d1 --- /dev/null +++ b/public/images/contact.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/like_comment.svg b/public/images/like_comment.svg new file mode 100644 index 00000000..a9e5c7a6 --- /dev/null +++ b/public/images/like_comment.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/planet_purple.svg b/public/images/planet_purple.svg index 81cadd46..3c810849 100644 --- a/public/images/planet_purple.svg +++ b/public/images/planet_purple.svg @@ -1,9 +1,9 @@ - - + + - - + + - + diff --git a/public/images/star.svg b/public/images/star.svg new file mode 100644 index 00000000..ddca749a --- /dev/null +++ b/public/images/star.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/star_ring.svg b/public/images/star_ring.svg new file mode 100644 index 00000000..a559968e --- /dev/null +++ b/public/images/star_ring.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/telescope.svg b/public/images/telescope.svg new file mode 100644 index 00000000..30efae78 --- /dev/null +++ b/public/images/telescope.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/app/bookmarks/page.tsx b/src/app/bookmarks/page.tsx index 1c6da3d1..a13ec71d 100644 --- a/src/app/bookmarks/page.tsx +++ b/src/app/bookmarks/page.tsx @@ -44,7 +44,7 @@ export default function BookmarksPage() { >

별 단어라고 생각이 - 드는 실무 용어를 더 추가해보세요. + 드는 용어를 더 추가해보세요.

dictionary

- 등록된 실무 용어 + 등록된 용어 {totalCnt}

diff --git a/src/app/globals.css b/src/app/globals.css index 6a311439..2f4b256e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,3 +5,19 @@ ::-webkit-scrollbar { display: none; } + +/* 홈 사전탭 용어 목록 보러가기 컴포넌트를 위한 style 코드 */ +.box-gradient { + background-image: linear-gradient( + to right, + #00ffbb 0%, + #21b8da 52%, + #00ffbb 100% + ); + transition: 0.5s ease-in-out; + background-size: 300% auto; +} + +.box-gradient:hover { + background-position: -60% 0%; +} diff --git a/src/app/words/[slug]/page.tsx b/src/app/words/[slug]/page.tsx index 35621748..ce7702d7 100644 --- a/src/app/words/[slug]/page.tsx +++ b/src/app/words/[slug]/page.tsx @@ -15,7 +15,7 @@ export default function WordDetailPage({ return (
별 단어가 다 있다고 - 생각이 드는 생소한 실무 용어를 등록하고 학습해보세요. + 생각이 드는 생소한 용어를 +
+ 등록하고 학습해보세요. ) : ( <> - 로그인을 하면 즐겨찾기 한 실무 용어를{' '} + 로그인을 하면 즐겨찾기 한 용어를{' '} 별별 저장소에서 만나볼 수 있어요! )}

- {/* image */} -
+ image