aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/site-footer.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): remove SiteHeader and SiteFooter componentsArmand Philippot2023-11-111-38/+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-2/+2
|
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-111-4/+5
| | | | | | | | | * remove `icon` prop (it is confusing because a copyright should have the copyright symbol, the license is not part of the copyright) * reorganize copyright informations I also updated the CC BY SA icon because the elements was in the wrong order.
* refactor(components): remove Column and NoScript from atomsArmand Philippot2023-11-111-0/+1
| | | | | | | * Column is a simple div meant to be used inside Columns component so they should live together. * NoScript is only used in Layout component and its name does not make sense since it needs to be used inside a `noscript` element.
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-0/+36
Some components have been renamed to be able to create Footer, Header and Nav.