diff --git a/package-lock.json b/package-lock.json index 996f9f3c9ef..8411e4e5107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linkfree", - "version": "0.36.5", + "version": "0.38.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linkfree", - "version": "0.36.5", + "version": "0.38.1", "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", diff --git a/package.json b/package.json index 0e336003dea..25236e058ae 100644 --- a/package.json +++ b/package.json @@ -67,4 +67,4 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true } -} \ No newline at end of file +} diff --git a/src/config/links.json b/src/config/links.json index 83c715cbdb5..942306dc3d9 100644 --- a/src/config/links.json +++ b/src/config/links.json @@ -1,19 +1,25 @@ { - "validIcons": { - "link": "#1a1817", - "android": "#3DDC84", - "apple": "#000000", - "discord": "#5865F2", - "facebook": "#1877F2", - "github": "#171515", - "microsoft": "#5E5E5E", - "paypal": "#00457C", - "slack": "#4A154B", - "twitter": "#00ACEE", - "vimeo": "#1AB7EA", - "youtube": "#FF0000", - "envelope": "#5F6368", - "send": "#2AA2DE" - } + "validIcons": { + "link": "#1a1817", + "android": "#3DDC84", + "apple": "#000000", + "discord": "#5865F2", + "facebook": "#1877F2", + "github": "#171515", + "microsoft": "#5E5E5E", + "paypal": "#00457C", + "slack": "#4A154B", + "twitter": "#00ACEE", + "vimeo": "#1AB7EA", + "youtube": "#FF0000", + "envelope": "#5F6368", + "send": "#2AA2DE", + "instagram": "#833AB4", + "linkedin": "#0077b5", + "codewars": "#A52A2A", + "twitch": "#9146FF", + "hashnode": "#2962FF", + "dev.to": "#000000", + "web": "#808080" } - \ No newline at end of file +}