diff --git a/app/(app)/article/[eventId]/layout.tsx b/app/(app)/article/[eventId]/layout.tsx index cf6f137..f92d60d 100644 --- a/app/(app)/article/[eventId]/layout.tsx +++ b/app/(app)/article/[eventId]/layout.tsx @@ -2,7 +2,7 @@ import { ReactElement } from "react"; export default function ModalLayout({ children }: { children: ReactElement }) { return ( -
+
{children}
); diff --git a/containers/Article/index.tsx b/containers/Article/index.tsx index b894ac2..651b546 100644 --- a/containers/Article/index.tsx +++ b/containers/Article/index.tsx @@ -43,7 +43,7 @@ export default function ArticlePage() { return (
-
+
-
-
+
+