From 106cd7c99a8336b23f466c9261f80fba341f37ed Mon Sep 17 00:00:00 2001 From: Zakaria Mansouri Date: Tue, 31 Dec 2024 02:04:16 +0100 Subject: [PATCH] refactor: remove TODO comments for adding canonical URLs on contribution and project pages --- web/src/pages/contribute/contribution/index.tsx | 1 - web/src/pages/projects/project/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/web/src/pages/contribute/contribution/index.tsx b/web/src/pages/contribute/contribution/index.tsx index 1d2d19e3..8642ef25 100644 --- a/web/src/pages/contribute/contribution/index.tsx +++ b/web/src/pages/contribute/contribution/index.tsx @@ -41,7 +41,6 @@ export default function Page(): JSX.Element { {localize("contribution-title-post")} - {/* @TODO-ZM: add canonical url on all pages */} ) : null} diff --git a/web/src/pages/projects/project/index.tsx b/web/src/pages/projects/project/index.tsx index 298e6cb5..cf82cc8f 100644 --- a/web/src/pages/projects/project/index.tsx +++ b/web/src/pages/projects/project/index.tsx @@ -49,7 +49,6 @@ export default function Page(): JSX.Element { {localize("project-title-pre")} {project.name} {localize("project-title-post")} - {/* @TODO-ZM: add canonical url on all pages */} ) : null}