aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/site-footer.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): remove SiteHeader and SiteFooter componentsArmand Philippot2023-11-111-26/+0
| | | | | They do not help to make the layout more readable (on the contrary I think...) so the props drilling is useless.
* feat(components): add a Colophon componentArmand Philippot2023-11-111-11/+0
|
* refactor(components): rewrite NavList componentArmand Philippot2023-11-111-3/+0
| | | | | | | * extract NavItem from NavList * remove `kind` and `listClassName` props (since the consumer has control over NavList, NavItem and NavLink components these props are obsolete)
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-0/+40
Some components have been renamed to be able to create Footer, Header and Nav.