summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Hamburger/Hamburger.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-10/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-7/+4
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: add main-nav componentArmand Philippot2021-12-131-0/+13
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.