From 98393a3bc4722f9324911a9ace78fbbc90a97b01 Mon Sep 17 00:00:00 2001 From: celine Date: Wed, 7 Jan 2026 14:48:19 -0500 Subject: [PATCH] hide post options in pub settings, rename some stuff --- .../dashboard/settings/PublicationSettings.tsx | 8 ++++---- components/ThemeManager/PubThemeSetter.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/lish/[did]/[publication]/dashboard/settings/PublicationSettings.tsx b/app/lish/[did]/[publication]/dashboard/settings/PublicationSettings.tsx index 6b632938..88ed1c27 100644 --- a/app/lish/[did]/[publication]/dashboard/settings/PublicationSettings.tsx +++ b/app/lish/[did]/[publication]/dashboard/settings/PublicationSettings.tsx @@ -100,17 +100,17 @@ const PubSettingsMenu = (props: { type="button" onClick={() => props.setState("theme")} > - Theme + Theme and Layout - + */} ); }; diff --git a/components/ThemeManager/PubThemeSetter.tsx b/components/ThemeManager/PubThemeSetter.tsx index b3474774..ed038cb0 100644 --- a/components/ThemeManager/PubThemeSetter.tsx +++ b/components/ThemeManager/PubThemeSetter.tsx @@ -121,7 +121,7 @@ export const PubThemeSetter = (props: { backToMenuAction={props.backToMenu} state={"theme"} > - Theme + Theme and Layout -- 2.51.2