summaryrefslogtreecommitdiffstats
path: root/src/components/Branding/Branding.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix: typo in branding animationArmand Philippot2022-02-101-1/+1
|
* chore: animate brandingArmand Philippot2022-02-011-4/+34
|
* chore(baseline): handle baseline translation manuallyArmand Philippot2022-01-301-2/+10
| | | | | | I cannot use formatjs to translate the website baseline since I need an async function to load the message. If I use the getIntlInstance helper outside NextJS, webpack is complaining about fs and path.
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-9/+9
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-9/+15
|
* chore: update logoArmand Philippot2022-01-271-1/+1
| | | | | Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme.
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-21/+42
| | | | I also added the featured image on single article.
* fix: keep logo consistent on zoomArmand Philippot2022-01-151-1/+1
|
* chore: improve Branding componentArmand Philippot2022-01-141-9/+15
|
* fix: change branding title tag on homepageArmand Philippot2021-12-151-14/+8
| | | | I forgot to pass isHome arg...
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-1/+8
|
* chore: add Branding componentArmand Philippot2021-12-131-0/+35