-
Notifications
You must be signed in to change notification settings - Fork 394
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
Update footer design #2495
Update footer design #2495
Conversation
* delete IconSet component * add youtube, linkedin, and discord icons to IconSet component * add cml, studio, and iterative svg images to img * update img/logo.svg
|
||
.companyDescription { | ||
@media (--xs-scr) { | ||
font-size: 14px; |
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.
@mixin active; | ||
@mixin hover; | ||
|
||
font-weight: 800; |
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.
To fix the codeclimate issues, I can place all of the Footer link info into a |
Sounds like a good idea to me! |
|
import styles from './styles.module.css' | ||
|
||
const docsPage = getFirstPage() | ||
|
||
const LayoutFooter: React.FC<Required<ILayoutModifiable>> = ({ modifiers }) => ( | ||
interface IFooterLinkData { |
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'm pretty new to TypeScript, please let me know if my typescript code can be improved!
} | ||
] | ||
|
||
const FooterLists: React.FC = () => ( |
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.
Should I move these functions(FooterLists
and FooterSocialIcons
) to a folder inside LayoutFooter
?
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.
Sounds like a sensible refactor, but not necessary before merge at least.
Looks great, nice work! |
svg
with theIconSet
component).github
andtwitter
svgs that were in theIconSet
component. The only difference as far as I can tell is that thegithub
is smaller.)logo.svg
is only used in the nav bar and the footer.)