From e4d5b8151802517b2943756fc0d09ffa95e2c4e2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 29 Jan 2022 18:21:37 +0100 Subject: chore: replace lingui functions with react-intl --- src/config/website.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/config/website.ts') 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(), -- cgit v1.2.3