Skip to content

Commit

Permalink
Update meta.md (#7955)
Browse files Browse the repository at this point in the history
AltanS authored Nov 9, 2023
1 parent 3ac8316 commit 2681afc
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
@@ -603,3 +603,4 @@
- jmarbutt
- KarelVerschraegen
- mrkstwrt
- AltanS
2 changes: 1 addition & 1 deletion docs/route/meta.md
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ export const meta: MetaFunction<
> = ({ data, matches }) => {
const project = matches.find(
(match) => match.id === "routes/project.$pid"
).project;
).data.project;
const task = data.task;
return [{ title: `${project.name}: ${task.name}` }];
};

0 comments on commit 2681afc

Please sign in to comment.