- 오늘도 만나서 반가워요! -
-{children}
+
+
+
+
+
+ + 오늘도 만나서 반가워요! +
+{children}
+
+
@@ -18,7 +18,7 @@ const Column = ({ column }: ColumnProps) => {
{
return (
-
{
return dashboardData?.title || "내 대시보드";
};
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 }) => {
초대하기
-
-
+
-
+
+
{getPageTitle()}
-
+
{dashboardData && (
)}
- {
const HeaderButton = ({ children, href, icon, onClick }: HeaderButtonProps) => {
return (
-
+
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
+
-
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 = ({
+
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"
/>
{children}