diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-29 18:21:37 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-29 19:02:57 +0100 |
| commit | e4d5b8151802517b2943756fc0d09ffa95e2c4e2 (patch) | |
| tree | 9e99137a7b64ea7993a8311a7162336a551be8b2 /src/config/website.ts | |
| parent | 47b854de26dea24e7838fd0804df103dee99635f (diff) | |
chore: replace lingui functions with react-intl
Diffstat (limited to 'src/config/website.ts')
| -rw-r--r-- | src/config/website.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config/website.ts b/src/config/website.ts index a359d9a..81c493f 100644 --- a/src/config/website.ts +++ b/src/config/website.ts @@ -1,8 +1,6 @@ -import { t } from '@lingui/macro'; - export const config = { name: 'Armand Philippot', - baseline: t`Front-end developer`, + baseline: 'Front-end developer', copyright: { startYear: '2012', endYear: new Date().getFullYear(), |
