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