From bb16155c567e9c166868031fa85f99c37d4fba0b Mon Sep 17 00:00:00 2001 From: Gilpop8663 Date: Wed, 26 Jul 2023 15:18:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20(#124)=20=EC=8A=A4=ED=83=80=EC=9D=BC?= =?UTF-8?q?=EB=93=9C=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EC=83=81=EC=88=98?= =?UTF-8?q?=20URL=20=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/Dashboard/CategoryToggle/index.tsx | 2 +- .../src/components/common/Dashboard/CategoryToggle/style.ts | 2 +- .../src/components/common/Dashboard/UserProfile/index.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/common/Dashboard/CategoryToggle/index.tsx b/frontend/src/components/common/Dashboard/CategoryToggle/index.tsx index 18c67b434..4af529cf0 100644 --- a/frontend/src/components/common/Dashboard/CategoryToggle/index.tsx +++ b/frontend/src/components/common/Dashboard/CategoryToggle/index.tsx @@ -46,7 +46,7 @@ export default function CategoryToggle({ onClick={() => handleFavoriteClick(id)} $isFavorite={isFavorite} /> - {name} + {name} ))} diff --git a/frontend/src/components/common/Dashboard/CategoryToggle/style.ts b/frontend/src/components/common/Dashboard/CategoryToggle/style.ts index ee8b67510..f4aac9023 100644 --- a/frontend/src/components/common/Dashboard/CategoryToggle/style.ts +++ b/frontend/src/components/common/Dashboard/CategoryToggle/style.ts @@ -57,7 +57,7 @@ export const Caption = styled.span` color: var(--dark-gray); `; -export const CategoryName = styled(Link)` +export const CategoryNameLink = styled(Link)` text-decoration: none; color: inherit; diff --git a/frontend/src/components/common/Dashboard/UserProfile/index.tsx b/frontend/src/components/common/Dashboard/UserProfile/index.tsx index 43018ff64..f0b41a227 100644 --- a/frontend/src/components/common/Dashboard/UserProfile/index.tsx +++ b/frontend/src/components/common/Dashboard/UserProfile/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { User } from '@type/user'; -import { BASE_PATH } from '@constants/path'; +import { PATH } from '@constants/path'; import * as PS from '../profileStyle'; @@ -24,11 +24,11 @@ export default function UserProfile({ userInfo }: UserProfileProps) { 포인트 {userPoint} - + 작성글 {postCount} - + 투표수 {voteCount}