From 0facb9c16ba0932c6be588cdc18e90510fef28f5 Mon Sep 17 00:00:00 2001 From: Mikayla Dobson Date: Sun, 8 Oct 2023 14:16:13 -0500 Subject: [PATCH] just a couple more presentation fixes --- app/listen/layout.tsx | 2 +- app/projects/layout.tsx | 2 +- app/read/layout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/listen/layout.tsx b/app/listen/layout.tsx index 05c7194..c9c3e24 100644 --- a/app/listen/layout.tsx +++ b/app/listen/layout.tsx @@ -1,6 +1,6 @@ export default function ListenLayout({ children }: { children: React.ReactNode}) { return ( -
+
{ children }
) diff --git a/app/projects/layout.tsx b/app/projects/layout.tsx index 7a6c41e..1e8f0fd 100644 --- a/app/projects/layout.tsx +++ b/app/projects/layout.tsx @@ -1,6 +1,6 @@ export default function ProjectsLayout({ children }: { children: React.ReactNode }) { return ( -
+
{ children }
) diff --git a/app/read/layout.tsx b/app/read/layout.tsx index c95f6e6..afcd642 100644 --- a/app/read/layout.tsx +++ b/app/read/layout.tsx @@ -1,6 +1,6 @@ export default function ReadSectionLayout({ children }: { children: React.ReactNode }) { return ( -
+
{ children }
)