Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: link icon types (#584)
Browse files Browse the repository at this point in the history
* fix: change instagram color to official darker color (#395)

* fix: Update my data

* fix: Change instagram color to official dark color

Co-authored-by: Vyom Jain <vyom.j@protonmail.com>

* fix: add codewars to social media list (#367)

* added discord

* Update Links.js

* added hex color for code wars

* Update Links.js

Co-authored-by: Vyom Jain <vyom.j@protonmail.com>

* chore: update temp branch to main

* feat: add Twitch color (#572)

* Added Twitch

* Error check

* Revert "Added Twitch"

This reverts commit cd51f86.

* Delete package-lock.json

Co-authored-by: Vyom Jain <vyom.j@protonmail.com>

chore: fix twitch PR

* feat: add dev.to and hashnode (#418)

* Update to .gitignore

Added package-lock.json to avoid sudden changes to dependencies.

* Update Links.js

* Addition of other SM to the list

* Update .gitignore

Co-authored-by: Vyom Jain <vyom.j@protonmail.com>

chore: fix dev.to PR

* chore: fix package files

* fix: version number

Co-authored-by: Roshan Mhatre <roshanmhatre989@gmail.com>
Co-authored-by: Sandeep Rajakrishnan <sandur43@gmail.com>
Co-authored-by: Pranai Raj <75829770+Pranai2518@users.noreply.github.com>
Co-authored-by: Abhijith Ganesh <67182544+AbhijithGanesh@users.noreply.github.com>
Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
6 people authored Oct 23, 2021

Verified

This commit was signed with the committer’s verified signature.
chenrui333 Rui Chen
1 parent 7066d3b commit 031648c
Showing 3 changed files with 26 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -67,4 +67,4 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
}
}
}
40 changes: 23 additions & 17 deletions src/config/links.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 031648c

Please sign in to comment.