bcgov / api-services-portal

API Services Portal provides a multi-tenant frontend integrating API Gateway and Authorization services from Kong CE and Keycloak.
https://api.gov.bc.ca
Apache License 2.0
22 stars 7 forks source link

Logo should be interactive and redirect to homepage #1139

Open timng-bcgov opened 3 months ago

timng-bcgov commented 3 months ago

API Services Portal Issue

User Story

As a API developer or provider,
I want to navigate back to the API Services Portal homepage when I click the BC Gov logo

Test Case

ENV

TESTCASE

Navigate to api.gov.bc.ca or test/dev instances.

EXPECTED

The BC Gov logo is interactive and redirects users on click to the homepage.

ACTUAL

The BC Gov logo is non-interactive.

Notes

Clones APS-2366

There is a next/link component in src/nextapp/components/header/header.tsx, but no <a> tag is rendered on the webpage.

https://github.com/bcgov/api-services-portal/blob/13ff2d07b00f86eb9956c48a5163465cae01266c/src/nextapp/components/header/header.tsx#L50-L70