-
Notifications
You must be signed in to change notification settings - Fork 14
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
Refactor logo structure. #1099
Refactor logo structure. #1099
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This updates the logo structure with the new structure from the designsystem. The intension is the use the same logo template everywhere the logo is necessary, and keep the href logic inside this template. This also adds an aria-label as requested in a seperate ticket: DDFFORM-750 DDFFORM-696
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual code looks fine, but, are you sure you want the changes in composer.json
? I would think that is something that is managed automatically somewhere?
I'll remove that commit once it's tested. I have just added it so they can test the changes 👍 |
This updates the logo structure with the new structure from the designsystem.
The intension is the use the same logo template everywhere the logo is necessary, and keep the href logic inside this template.
This also adds an aria-label as requested in a seperate ticket: DDFFORM-750
DDFFORM-696
Link to issue
This PR covers two tickets:
DDFFORM-696
DDFFORM-709
Depends on PR in design system: danskernesdigitalebibliotek/dpl-design-system#621
Description
This PR updates the markup for the logo template.
The aim is to ensure that the logo is rendered the same way in both header/footer and handles the redirect to the frontpage.
This also adds an aria-label as requested in DDFFORM-709