aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-13 19:03:44 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-13 19:03:44 +0100
commitfb29b0f017fae162ffa7ad6bdfc80099346802de (patch)
tree3f8aebb73457ee27b86b8b1a3106a5f9bc35e8da /src/components/organisms/widgets/index.ts
parente331106e56d59a8b987230860b66214139c12ef6 (diff)
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
Diffstat (limited to 'src/components/organisms/widgets/index.ts')
-rw-r--r--src/components/organisms/widgets/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/widgets/index.ts b/src/components/organisms/widgets/index.ts
index 222ade0..03f845f 100644
--- a/src/components/organisms/widgets/index.ts
+++ b/src/components/organisms/widgets/index.ts
@@ -1,5 +1,5 @@
export * from './image-widget';
export * from './links-list-widget';
export * from './sharing';
-export * from './social-media';
+export * from './social-media-widget';
export * from './table-of-contents';