From f49dfba86b9ac745ddc374ee0f02f03d7e81d872 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 29 Jan 2022 23:25:26 +0100 Subject: refactor(widgets): move social media websites from config to widget I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed. --- src/config/social-media.ts | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/config/social-media.ts (limited to 'src/config/social-media.ts') diff --git a/src/config/social-media.ts b/src/config/social-media.ts deleted file mode 100644 index a2bb2ed..0000000 --- a/src/config/social-media.ts +++ /dev/null @@ -1,22 +0,0 @@ -export const socialWebsites = [ - { - id: 'github', - name: 'Github', - url: 'https://github.com/ArmandPhilippot', - }, - { - id: 'gitlab', - name: 'Gitlab', - url: 'https://gitlab.com/ArmandPhilippot', - }, - { - id: 'linkedin', - name: 'LinkedIn', - url: 'https://www.linkedin.com/in/armandphilippot', - }, - { - id: 'twitter', - name: 'Twitter', - url: 'https://twitter.com/ArmandPhilippot', - }, -]; -- cgit v1.2.3