diff --git a/apps/web/app/components/CreamSurface.tsx b/apps/web/app/components/CreamSurface.tsx index 3c0285cd..460e9fd2 100644 --- a/apps/web/app/components/CreamSurface.tsx +++ b/apps/web/app/components/CreamSurface.tsx @@ -6,7 +6,7 @@ import type { ReactNode } from "react" export function CreamSurface({ children }: { readonly children: ReactNode }) { const isLanding = usePathname() === "/" return ( -
+
{children}
) diff --git a/apps/web/app/components/ReadingLayout.tsx b/apps/web/app/components/ReadingLayout.tsx index 71b605d5..867f5179 100644 --- a/apps/web/app/components/ReadingLayout.tsx +++ b/apps/web/app/components/ReadingLayout.tsx @@ -9,13 +9,13 @@ interface ReadingLayoutProps { export function ReadingLayout({ left, right, children }: ReadingLayoutProps) { return (
-
diff --git a/apps/web/app/components/blog/PostMeta.tsx b/apps/web/app/components/blog/PostMeta.tsx index fef1fd1e..e434ce2e 100644 --- a/apps/web/app/components/blog/PostMeta.tsx +++ b/apps/web/app/components/blog/PostMeta.tsx @@ -51,8 +51,8 @@ export function PostMeta({ post }: { readonly post: Post }) { {author.name} +