aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/nav.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-14/+0
|
* chore: add projects to main navArmand Philippot2022-01-201-0/+1
| | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px.
* chore: add footer navArmand Philippot2021-12-131-0/+4
|
* chore: add main-nav componentArmand Philippot2021-12-131-0/+9
I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.