From 2663ef31c1ff6e5021097319fbbcde03fc20fc36 Mon Sep 17 00:00:00 2001 From: celine Date: Fri, 10 Oct 2025 17:56:15 -0400 Subject: [PATCH] fixed little alignment issue thing --- app/reader/ReaderContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/reader/ReaderContent.tsx b/app/reader/ReaderContent.tsx index 5693731b..1d790e8a 100644 --- a/app/reader/ReaderContent.tsx +++ b/app/reader/ReaderContent.tsx @@ -173,7 +173,7 @@ const PostInfo = (props: { publishedAt: string | undefined; }) => { return ( -
+
NAME HERE {props.publishedAt && ( <> -- 2.51.2