aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Hamburger/Hamburger.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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.