From f3f37c73ad2420e7fc17d30ff6820e5392aa278b Mon Sep 17 00:00:00 2001 From: celine Date: Fri, 20 Jun 2025 17:57:04 -0400 Subject: [PATCH] h screen extermination --- app/[leaflet_id]/page.tsx | 2 +- app/[leaflet_id]/publish/PublishPost.tsx | 2 +- app/legal/content.tsx | 2 +- app/lish/[did]/[publication]/dashboard/page.tsx | 3 +-- app/lish/[did]/[publication]/subscribeSuccess/page.tsx | 2 +- app/lish/createPub/page.tsx | 2 +- app/not-found/page.tsx | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/[leaflet_id]/page.tsx b/app/[leaflet_id]/page.tsx index ab5afdca..b3698aef 100644 --- a/app/[leaflet_id]/page.tsx +++ b/app/[leaflet_id]/page.tsx @@ -29,7 +29,7 @@ export default async function LeafletPage(props: Props) { let rootEntity = res.data?.root_entity; if (!rootEntity || !res.data || res.data.blocked_by_admin) return ( -
+
Hmmm…we couldn't find that Leaflet. diff --git a/app/[leaflet_id]/publish/PublishPost.tsx b/app/[leaflet_id]/publish/PublishPost.tsx index 3a8d36e2..3b320661 100644 --- a/app/[leaflet_id]/publish/PublishPost.tsx +++ b/app/[leaflet_id]/publish/PublishPost.tsx @@ -27,7 +27,7 @@ export function PublishPost(props: Props) { { state: "default" } | { state: "success"; post_url: string } >({ state: "default" }); return ( -
+
{publishState.state === "default" ? ( ) : ( diff --git a/app/legal/content.tsx b/app/legal/content.tsx index f2db8202..b71bc412 100644 --- a/app/legal/content.tsx +++ b/app/legal/content.tsx @@ -8,7 +8,7 @@ import Privacy from "./privacy.mdx"; export const LegalContent = () => { let [state, setState] = useState<"terms" | "privacy">("terms"); return ( -
+

The Legal Stuff