From 4d085cb1484c5569686fee3fbf24a3d6c35592fa Mon Sep 17 00:00:00 2001 From: Divlo Date: Sun, 23 Oct 2022 18:38:37 +0200 Subject: [PATCH] fix: update biography description --- README.md | 4 ++-- components/Head.tsx | 2 +- components/Interests/InterestsList/index.tsx | 5 +---- locales/en/home.json | 4 ++-- locales/fr/home.json | 4 ++-- resume.json | 4 ++-- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c7dc3da..c0a471b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Divlo

- Developer Full Stack Junior • Passionate about High-Tech + Developer Full Stack • Passionate about High-Tech

@@ -26,7 +26,7 @@ "birthDate": "31/03/2003", "nationality": "Alsace, France", "interests": [ - "Developer Full Stack Junior", + "Developer Full Stack", "Passionate about High-Tech", "Open-Source enthusiast" ], diff --git a/components/Head.tsx b/components/Head.tsx index 5c617eb..4036d75 100644 --- a/components/Head.tsx +++ b/components/Head.tsx @@ -11,7 +11,7 @@ export const Head: React.FC = (props) => { const { title = 'Divlo', image = 'https://divlo.fr/images/icons/icon-96x96.png', - description = 'Divlo - Developer Full Stack Junior • Passionate about High-Tech', + description = 'Divlo - Developer Full Stack • Passionate about High-Tech', url = 'https://divlo.fr/' } = props diff --git a/components/Interests/InterestsList/index.tsx b/components/Interests/InterestsList/index.tsx index 6bc6a34..1d0ed3c 100644 --- a/components/Interests/InterestsList/index.tsx +++ b/components/Interests/InterestsList/index.tsx @@ -7,10 +7,7 @@ export const InterestsList: React.FC = () => { return (