Skip to content

Commit 106cd7c

Browse files
committed
refactor: remove TODO comments for adding canonical URLs on contribution and project pages
1 parent a2a1695 commit 106cd7c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

web/src/pages/contribute/contribution/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export default function Page(): JSX.Element {
4141
{localize("contribution-title-post")}
4242
</title>
4343
<meta name="description" content={localize("contribute-description")} />
44-
{/* @TODO-ZM: add canonical url on all pages */}
4544
<link rel="canonical" href={getContributionURL(contribution)} />
4645
</Helmet>
4746
) : null}

web/src/pages/projects/project/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default function Page(): JSX.Element {
4949
{localize("project-title-pre")} {project.name} {localize("project-title-post")}
5050
</title>
5151
<meta name="description" content={localize("projects-description")} />
52-
{/* @TODO-ZM: add canonical url on all pages */}
5352
<link rel="canonical" href={getProjectURL(project)} />
5453
</Helmet>
5554
) : null}

0 commit comments

Comments
 (0)