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

Fix for footer link list markup and hover style #97

Merged
merged 3 commits into from
Dec 30, 2024

Conversation

thomasm0
Copy link
Collaborator

@thomasm0 thomasm0 commented Dec 24, 2024

On light mode - the footer links have different hover styling (because one is an external link and the other internal router link). This fixes that.

@thomasm0 thomasm0 requested a review from a team as a code owner December 24, 2024 15:08
Copy link
Collaborator

@SireeKoolenWijkstra SireeKoolenWijkstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, does what it needs to do. I've got two questions:

  • I get a warning and I think it is on line 72 of index.tsx of Footer a header is inside the paragraph. I think we actually can just remove this paragraph and heading? Since you're touching it, maybe you want to? (or is this again a case of keep your stories as small as possible?)
    afbeelding
  • Why do we still need a LinkList from the Design System? I think we overwritten their default behaviour so why is that still nice to have?

@thomasm0
Copy link
Collaborator Author

  • Good spot with the <h1> cannot appear as... warning, I missed that one.
  • LinkList I only see used in the footer; I don't see this kind of component anywhere else in the site unless I've missed it?

@thomasm0 thomasm0 merged commit 9404c02 into develop Dec 30, 2024
4 checks passed
@thomasm0 thomasm0 deleted the hotfix/footer-link-hover branch December 30, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants