mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-14 10:27:24 +00:00
fix: notification banner would cause refresh of page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user