From 3dc7b2d2b5bce9dd0c207b4c80f27109d37a7401 Mon Sep 17 00:00:00 2001 From: celine Date: Thu, 20 Nov 2025 18:49:19 -0500 Subject: [PATCH] tiny lil teaks to create pub form --- app/lish/createPub/CreatePubForm.tsx | 2 +- app/lish/createPub/UpdatePubForm.tsx | 6 +++++- app/lish/createPub/page.tsx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/lish/createPub/CreatePubForm.tsx b/app/lish/createPub/CreatePubForm.tsx index 9426a4e0..2ebcdf4c 100644 --- a/app/lish/createPub/CreatePubForm.tsx +++ b/app/lish/createPub/CreatePubForm.tsx @@ -139,7 +139,7 @@ export const CreatePubForm = () => {
-
+

- This publication will appear on our public Discover page + Your posts will appear on our{" "} + + Discover + {" "} + page. You can change this at any time!

diff --git a/app/lish/createPub/page.tsx b/app/lish/createPub/page.tsx index 848dde28..f22b8b67 100644 --- a/app/lish/createPub/page.tsx +++ b/app/lish/createPub/page.tsx @@ -26,7 +26,7 @@ export default async function CreatePub() {

Create Your Publication!

-
+
-- 2.51.2