summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Arrow/Arrow.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-81/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore(icons): add direction to arrow icon and split pathArmand Philippot2022-01-041-3/+66
| | | | I can now animate separatly the arrow head and the arrow body.
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-0/+18
I also fix the load more button position since I removed the margin auto.