Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo should be interactive and redirect to homepage #1139

Open
3 tasks done
timng-bcgov opened this issue Aug 15, 2024 · 0 comments
Open
3 tasks done

Logo should be interactive and redirect to homepage #1139

timng-bcgov opened this issue Aug 15, 2024 · 0 comments
Labels
enhancement New feature or request jira ux User experience

Comments

@timng-bcgov
Copy link

timng-bcgov commented Aug 15, 2024

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

  • DEV
  • TEST
  • PROD

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.

<Link href={site == 'manager' ? '/' : '/'}>
<>
<Box as="span" display={{ base: 'none', sm: 'block' }} maxW="154px">
<img
src="/images/bc_logo_header.svg"
width={154}
height={43}
title="BC Government"
alt="BC Government Logo"
/>
</Box>
<Box as="span" display={{ base: 'block', sm: 'none' }}>
<img
src="/images/bc_logo_vert.svg"
width={50}
height={44}
alt="Government of British Columbia"
/>
</Box>
</>
</Link>

@timng-bcgov timng-bcgov added enhancement New feature or request ux User experience jira labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira ux User experience
Projects
None yet
Development

No branches or pull requests

1 participant