Skip to content

Commit

Permalink
fix(admin): error in remote agency page breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
agarbe committed Aug 30, 2024
1 parent 9da925e commit 07477bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export default function RemotePage() {
<Breadcrumb
currentPageLabel={"Accompagnement à distance"}
homeLinkProps={{
href: `/admin2`,
href: `/`,
}}
segments={[
{
label: "Paramètres",
linkProps: { href: "/admin2/agencies-settings-v3" },
linkProps: { href: "/agencies-settings-v3" },
},
]}
/>
Expand Down

0 comments on commit 07477bd

Please sign in to comment.