aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer/Footer.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+8
|
* chore: add a back to top linkArmand Philippot2022-01-041-0/+33
|
* chore: add footer navArmand Philippot2021-12-131-1/+4
|
* chore: change app to use a layoutArmand Philippot2021-12-131-0/+11
I can now insert header/footer on each pages.