aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/site-header.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): remove SiteHeader and SiteFooter componentsArmand Philippot2023-11-111-47/+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 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.