From fb29b0f017fae162ffa7ad6bdfc80099346802de Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Nov 2023 19:03:44 +0100 Subject: refactor(components): replace SocialMedia with SocialMediaWidget * the goal is to make the name of the widgets coherent * remove useless CSS * replace Media type with SocialMediaData --- src/pages/cv.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/cv.tsx') diff --git a/src/pages/cv.tsx b/src/pages/cv.tsx index ad643c3..e2d1ae5 100644 --- a/src/pages/cv.tsx +++ b/src/pages/cv.tsx @@ -18,7 +18,7 @@ import { Link, List, PageLayout, - SocialMedia, + SocialMediaWidget, ListItem, type MetaItemData, Time, @@ -223,7 +223,7 @@ const CVPage: NextPageWithLayout = () => { // eslint-disable-next-line react/jsx-no-literals -- Key allowed key="image-widget" />, - {socialMediaTitle} -- cgit v1.2.3