a tool for shared writing and social publishing

hide post options in pub settings, rename some stuff

+5 -5
+4 -4
app/lish/[did]/[publication]/dashboard/settings/PublicationSettings.tsx
··· 100 100 type="button" 101 101 onClick={() => props.setState("theme")} 102 102 > 103 - Theme 103 + Theme and Layout 104 104 <ArrowRightTiny /> 105 105 </button> 106 - <button 106 + {/*<button 107 107 className={menuItemClassName} 108 108 type="button" 109 109 onClick={() => props.setState("post-options")} 110 110 > 111 - Post Layout 111 + Post Options 112 112 <ArrowRightTiny /> 113 - </button> 113 + </button>*/} 114 114 </div> 115 115 ); 116 116 };
+1 -1
components/ThemeManager/PubThemeSetter.tsx
··· 121 121 backToMenuAction={props.backToMenu} 122 122 state={"theme"} 123 123 > 124 - Theme 124 + Theme and Layout 125 125 </PubSettingsHeader> 126 126 </form> 127 127