diff --git a/app/components/Layout/Navigation.tsx b/app/components/Layout/Navigation.tsx index 085129c9dd..a67494278f 100644 --- a/app/components/Layout/Navigation.tsx +++ b/app/components/Layout/Navigation.tsx @@ -1,4 +1,3 @@ -import Link from "next/link"; import Image from "next/image"; import Button from "@button-inc/bcgov-theme/Button"; import { BaseNavigation } from "@button-inc/bcgov-theme/Navigation"; @@ -31,16 +30,19 @@ const Navigation: React.FC = ({ - - - logo for Province of British Columbia CleanBC - - + {/* + We don't want a front end navigation here, + to ensure that a back-end redirect is performed when clicking on the banner image + */} + {/* eslint-disable-next-line @next/next/no-html-link-for-pages*/} + + logo for Province of British Columbia CleanBC +

{title}