diff --git a/src/app/(after-login)/dashboard/[id]/page.tsx b/src/app/(after-login)/dashboard/[id]/page.tsx index b1ca613..32e1e02 100644 --- a/src/app/(after-login)/dashboard/[id]/page.tsx +++ b/src/app/(after-login)/dashboard/[id]/page.tsx @@ -49,11 +49,7 @@ export async function generateMetadata({ } const DashboardDetailPage = () => { - return ( -
- -
- ); + return ; }; export default DashboardDetailPage; diff --git a/src/app/(before-login)/(auth)/layout.tsx b/src/app/(before-login)/(auth)/layout.tsx index 7768bb5..06e1950 100644 --- a/src/app/(before-login)/(auth)/layout.tsx +++ b/src/app/(before-login)/(auth)/layout.tsx @@ -7,24 +7,24 @@ export default function AuthLayout({ children: React.ReactNode; }>) { return ( -
-
- - 로고 이미지 - -

- 오늘도 만나서 반가워요! -

-
-
{children}
+
+
+
+ + 로고 이미지 + +

+ 오늘도 만나서 반가워요! +

+
+
{children}
+
); } diff --git a/src/components/columns/Column.tsx b/src/components/columns/Column.tsx index c966387..803609a 100644 --- a/src/components/columns/Column.tsx +++ b/src/components/columns/Column.tsx @@ -10,7 +10,7 @@ interface ColumnProps { const Column = ({ column }: ColumnProps) => { return ( -
+
@@ -18,7 +18,7 @@ const Column = ({ column }: ColumnProps) => {
{ return ( -
+
{data?.data.map((column) => ( ))} -
+
diff --git a/src/components/dashboard/header/DashBoardInfo.tsx b/src/components/dashboard/header/DashBoardInfo.tsx index ec3c8dd..c46d9d0 100644 --- a/src/components/dashboard/header/DashBoardInfo.tsx +++ b/src/components/dashboard/header/DashBoardInfo.tsx @@ -25,9 +25,7 @@ const DashBoardInfo = ({ dashboardId }: { dashboardId: number }) => { 초대하기
-
- -
+
{ return dashboardData?.title || "내 대시보드"; }; return ( -
-
+
+
{getPageTitle()}
-
+
{dashboardData && (
)} -
+
diff --git a/src/components/dashboard/header/HeaderButton.tsx b/src/components/dashboard/header/HeaderButton.tsx index a29616c..b3fa113 100644 --- a/src/components/dashboard/header/HeaderButton.tsx +++ b/src/components/dashboard/header/HeaderButton.tsx @@ -11,16 +11,16 @@ interface HeaderButtonProps extends ButtonHTMLAttributes { const HeaderButton = ({ children, href, icon, onClick }: HeaderButtonProps) => { return ( -
+
{`${icon} -
+
{children}
diff --git a/src/components/dashboard/header/Profile.tsx b/src/components/dashboard/header/Profile.tsx index c6c95c5..63f33ce 100644 --- a/src/components/dashboard/header/Profile.tsx +++ b/src/components/dashboard/header/Profile.tsx @@ -51,7 +51,7 @@ const Profile = () => { }, { label: "로그아웃", onClick: handleLogout }, ]} - className="md:flex items-center hidden hover:bg-transparent" + className="hover:bg-transparent" optionClassName="px-8 py-3" />
diff --git a/src/components/ui/Dropdown/index.tsx b/src/components/ui/Dropdown/index.tsx index 50f4c6b..d84510b 100644 --- a/src/components/ui/Dropdown/index.tsx +++ b/src/components/ui/Dropdown/index.tsx @@ -41,7 +41,6 @@ const Dropdown = ({