Skip to content

Commit

Permalink
Update social media icons URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsvit committed Jan 31, 2024
1 parent a8d453a commit 8c1dd5d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/helper/markdown/component/social_media_component.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,42 @@ let socialMediaComponent = (function () {
{
site: `WhatsApp`,
shareUrl: `https://web.whatsapp.com/${whatsAppPost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/whatsapp.svg`
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/whatsapp.svg`
},
{
site: `Telegram`,
shareUrl: `https://t.me/share/${telegramPost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/telegram.svg`
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/telegram.svg`
},
{
site: `LinkedIn`,
shareUrl: `https://www.linkedin.com/${linkedInPost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/linkedin.svg`
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/linkedin.svg`
},
{
site: `Vkontakte`,
shareUrl: `https://vk.com/${vkontaktePost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/vkontakte.svg`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/vkontakte.svg`,
},
{
site: `Blogger`,
shareUrl: `https://www.blogger.com/${bloggerPost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/blogger.svg`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/blogger.svg`,
},
{
site: `Wordpress`,
shareUrl: `https://wordpress.com/wp-admin/${wordpressPost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/wordpress.svg`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/wordpress.svg`,
},
{
site: `Email`,
shareUrl: `mailto:recipient ${email}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/gmail.svg`
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/gmail.svg`
},
{
site: `Reddit`,
shareUrl: `https://www.reddit.com/${redditPost}`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/blob/master/public/images/icons/reddit.svg`,
iconUrl: `https://github.com/ePlus-DEV/top-github-users-action/raw/master/public/images/icons/reddit.svg`,
}
];
let table = `<table>\n`;
Expand Down

0 comments on commit 8c1dd5d

Please sign in to comment.