aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/copyright.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-111-32/+0
| | | | | | | | | * 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/+2
| | | | | | | * 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): replace icons with a generic Icon componentArmand Philippot2023-10-241-2/+0
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-2/+2
| | | | | | 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.
* chore: add a Copyright componentArmand Philippot2022-04-111-0/+32