fix: notification banner would cause refresh of page

This commit is contained in:
viper151
2026-03-06 16:44:50 +01:00
291 changed files with 17430 additions and 9770 deletions

View File

@@ -44,7 +44,7 @@ export default function SettingsMainTabs({ activeTab, onChange }: SettingsMainTa
: 'border-transparent text-muted-foreground hover:text-foreground'
}`}
>
{Icon && <Icon className="w-4 h-4 inline mr-2" />}
{Icon && <Icon className="mr-2 inline h-4 w-4" />}
{t(tab.labelKey)}
</button>
);