Skip to content

Commit

Permalink
Fix breadcrumb link
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 24, 2024
1 parent 17ba062 commit c9218e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/app/projects/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { breadcrumbTrail } from "$lib/utils/navigation";

export async function load({ parent }) {
const breadcrumbs = await breadcrumbTrail(parent, [
{ href: "/projects", title: "Projects" },
{ href: "app/projects", title: "Projects" },
]);
return {
breadcrumbs,
Expand Down

0 comments on commit c9218e9

Please sign in to comment.