diff --git a/src/components/Header/DashboardHeader/index.tsx b/src/components/Header/DashboardHeader/index.tsx index a1e0ad98..194c4c02 100644 --- a/src/components/Header/DashboardHeader/index.tsx +++ b/src/components/Header/DashboardHeader/index.tsx @@ -1,3 +1,4 @@ +import Head from 'next/head'; import Image from 'next/image'; import { useRouter } from 'next/router'; @@ -34,6 +35,9 @@ export default function DashboardHeader() { return (
+ + Taskify | {title} +

{title}

{createdByMe && 왕관 아이콘} diff --git a/src/components/Sidebar/DashboardItem.tsx b/src/components/Sidebar/DashboardItem.tsx index c66049f2..743af80d 100644 --- a/src/components/Sidebar/DashboardItem.tsx +++ b/src/components/Sidebar/DashboardItem.tsx @@ -19,7 +19,9 @@ export default function DashboardItem({ dashboard, nowDashboard }: DashboardItem className={`${itemClasses} flex items-center justify-center rounded-md py-3 hover:bg-violet/20 md:justify-start md:px-3`} >
-

{dashboard.title}

+
+

{dashboard.title}

+
{dashboard.createdByMe && ( my )} diff --git a/src/containers/mydashboard/DashboardList/index.tsx b/src/containers/mydashboard/DashboardList/index.tsx index afdc325a..3a11c89a 100644 --- a/src/containers/mydashboard/DashboardList/index.tsx +++ b/src/containers/mydashboard/DashboardList/index.tsx @@ -43,9 +43,9 @@ export default function DashboardList() { }; return ( -
-
    -
  • +
    +
      +