From 4e75d9c743dc5294890e3d234e8f4850228907a3 Mon Sep 17 00:00:00 2001 From: yeeZinu Date: Sat, 1 Jun 2024 21:45:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=84=ED=8A=BC=20=EA=B3=B5=EC=9A=A9?= =?UTF-8?q?=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[userId]/components/UserInfo/UserInfo.module.scss | 4 ---- src/app/(userpage)/otherpage/[userId]/page.tsx | 2 +- src/components/Button/Button.module.scss | 4 ++++ src/components/Button/Button.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/(userpage)/otherpage/[userId]/components/UserInfo/UserInfo.module.scss b/src/app/(userpage)/otherpage/[userId]/components/UserInfo/UserInfo.module.scss index f674903..185aab8 100644 --- a/src/app/(userpage)/otherpage/[userId]/components/UserInfo/UserInfo.module.scss +++ b/src/app/(userpage)/otherpage/[userId]/components/UserInfo/UserInfo.module.scss @@ -58,7 +58,3 @@ } } } - -.buttonWidth { - width: 300px; -} diff --git a/src/app/(userpage)/otherpage/[userId]/page.tsx b/src/app/(userpage)/otherpage/[userId]/page.tsx index d98e489..76f7768 100644 --- a/src/app/(userpage)/otherpage/[userId]/page.tsx +++ b/src/app/(userpage)/otherpage/[userId]/page.tsx @@ -21,7 +21,7 @@ export default function OtherPage() { 안녕하세요, 별점의 화신 surisuri마수리입니다' follower={762} folloing={102} - isfollow + isfollow={false} /> ); diff --git a/src/components/Button/Button.module.scss b/src/components/Button/Button.module.scss index 68f1abf..adf2235 100644 --- a/src/components/Button/Button.module.scss +++ b/src/components/Button/Button.module.scss @@ -57,3 +57,7 @@ color: $gray-200; } } + +.profile { + width: 250px; +} diff --git a/src/components/Button/Button.tsx b/src/components/Button/Button.tsx index 67db594..f2d1c94 100644 --- a/src/components/Button/Button.tsx +++ b/src/components/Button/Button.tsx @@ -15,7 +15,7 @@ export default function Button({ children, styleType, disabled = false, classNam return ( // eslint-disable-next-line react/button-has-type