-
Notifications
You must be signed in to change notification settings - Fork 0
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
SUP-180: local footer #4
Conversation
1389f6c
to
ee151ab
Compare
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.
I'll make the necessary changes.
src/styles/fonts.tsx
Outdated
|
||
export const sourceSans3 = Source_Sans_3({ | ||
export const sourceSans3 = Montserrat({ |
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.
If you change the font, you should change the variable name here and in the layout.tsx
where it is used.
I'll fix it though.
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.
Oh right, good point.
width?: number | ||
} | ||
|
||
const PressFooterLogoLg = ({height = 89, width = 579, ...props}: Props) => { |
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.
You should add {...props}
to the svg
attributes.
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.
Ok. Thanks for the feedback!
width?: number | ||
} | ||
|
||
const PressFooterLogoXs = ({height = 91, width = 426, ...props}: Props) => { |
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.
You should add {...props}
to the svg
attributes.
READY FOR REVIEW
Summary
-- Changed the bg color
-- Changed the link colors
-- Reordered content
-- Spacing below the
h2
to match design-- Spacing on the columns between the lines and the center column of links.
-- Change the m1 font sizing to the type-0 to type-10. This is more up to date way to have the responsive font sizing.
Review By (Date)
Criticality
Urgency
Review Tasks
Setup tasks and/or behavior to test
drush cr ; drush ci
Site Configuration Sync
Front End Validation
Backend / Functional Validation
Code
Code security
General
Affected Projects or Products
Associated Issues and/or People
- SUP-180
Resources