fix: restore Settings breadcrumb label after icon rename

The migration's identifier rename also rewrote the string literal, so the
breadcrumb displayed the icon component name instead of the label.
This commit is contained in:
anmolsinghbhatia
2026-09-02 13:33:28 +05:30
parent 3a6301711e
commit f5466fbcd7

View File

@@ -74,7 +74,7 @@ export const AdminHeader = observer(function AdminHeader() {
<BreadcrumbList>
<BreadcrumbItem>
<BreadcrumbLink
label="SettingsOutline"
label="Settings"
icon={<SettingsOutline className="h-4 w-4 text-tertiary" />}
render={<Link href="/general/" />}
/>