mirror of
https://github.com/makeplane/plane.git
synced 2026-09-02 20:19:49 +02:00
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:
@@ -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/" />}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user