Browse Source

remove subheader from General settings panel

David Hill 8 tháng trước cách đây
mục cha
commit
0cbbe5af77
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>