aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets/images/cc-by-sa.svg
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-111-19/+19
| | | | | | | | | * 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.
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-241-23/+33
| | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.
* chore: add Copyright componentArmand Philippot2021-12-131-0/+79