Skip to content

Commit

Permalink
fix: link colors and RoshanMhatre data(EddieHubCommunity#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshanMhatre authored Sep 13, 2021
1 parent 81cf4d9 commit f951eb0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion public/data/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
{ "username": "orama254", "avatar": "https://github.com/orama254.png" },
{ "username": "voidz", "avatar": "https://github.com/voidz7.png" },
{ "username": "suhail34", "avatar": "https://github.com/suhail34.png" },
{ "username": "Rajiv Tiwari", "avatar": "https://github.com/rajivransom.png" }
{ "username": "Rajiv Tiwari", "avatar": "https://github.com/rajivransom.png" },
{ "username": "RoshanMhatre", "avatar": "https://github.com/RoshanMhatre.png" }
]
18 changes: 18 additions & 0 deletions public/data/roshanmhatre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Roshan Mhatre",
"bio": "🤎Web Dev and Open-Source Enthusiast",
"avatar": "https://github.com/RoshanMhatre.png",
"links": [
{
"name": "My GitHub",
"url": "https://github.com/RoshanMhatre",
"icon": "github"
},
{
"name": "My Twitter",
"url": "https://twitter.com/RoshanMhatre",
"icon": "twitter"
}
]
}

4 changes: 2 additions & 2 deletions src/Components/Links.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Button } from 'primereact/button'

function Links({ links }) {
const colors = {
youtube: 'red',
youtube: '#FF0000',
twitter: '#00ACEE',
github: 'black',
github: '#171515',
}

const goToLinkHandle = (url) => {
Expand Down

0 comments on commit f951eb0

Please sign in to comment.