Browse Source

remove subheader from General settings panel

David Hill 1 month ago
parent
commit
0cbbe5af77
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/settings-general.tsx

+ 0 - 1
packages/app/src/components/settings-general.tsx

@@ -40,7 +40,6 @@ export const SettingsGeneral: Component = () => {
       <div class="sticky top-0 z-10 bg-background-base border-b border-border-weak-base">
         <div class="flex flex-col gap-1 p-8 max-w-[720px]">
           <h2 class="text-16-medium text-text-strong">General</h2>
-          <p class="text-14-regular text-text-weak">Appearance, notifications, and sound preferences.</p>
         </div>
       </div>