aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/site-header.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): remove SiteHeader and SiteFooter componentsArmand Philippot2023-11-111-59/+0
| | | | | They do not help to make the layout more readable (on the contrary I think...) so the props drilling is useless.
* refactor(components): rewrite Branding componentArmand Philippot2023-11-111-13/+9
| | | | | | The component should only be responsible of the layout for the logo, the name and the optional baseline. Also, the homepage url could be different from `/` so the consumer should give the right url.
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-4/+20
| | | | | | The flipping animation is used at several places so it makes sense to use a single component to handle the animation. It will avoid styles duplication.
* feat(components): add Article, Aside, Footer, Header, Main & NavArmand Philippot2023-10-241-0/+47
Some components have been renamed to be able to create Footer, Header and Nav.