aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/meta.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-2/+0
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-091-18/+0
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add a LegalNotice pageArmand Philippot2022-05-031-1/+7
|
* chore: add a PageLayout componentArmand Philippot2022-04-251-0/+17