remove subheader from General settings panel

This commit is contained in:
David Hill
2026-01-20 17:02:27 +00:00
parent ecae24f426
commit 0cbbe5af77

View File

@@ -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>