From 7dacb40d412425ca4d88be9c937ebd3e0ab03167 Mon Sep 17 00:00:00 2001 From: blindaks Date: Sat, 7 Oct 2023 21:22:00 +0530 Subject: [PATCH 1/2] Updated Twitter (X) icon --- .github/workflows/auto-pr-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-merge.yml b/.github/workflows/auto-pr-merge.yml index 38a208beff7..c3aa174291e 100644 --- a/.github/workflows/auto-pr-merge.yml +++ b/.github/workflows/auto-pr-merge.yml @@ -105,7 +105,7 @@ jobs: // social logo const repo_logo = "https://avatars0.githubusercontent.com/u/65761570?s=88&u=640f39b808c75c6b86460aa907dd030bcca2f3c7&v=4" const slack_logo = "https://edent.github.io/SuperTinyIcons/images/svg/slack.svg" - const twitter_logo = "https://edent.github.io/SuperTinyIcons/images/svg/twitter.svg" + const twitter_logo = "https://fontawesome.com/icons/x-twitter?f=brands&s=solid&pc=%23ffffff" const fb_logo = "https://edent.github.io/SuperTinyIcons/images/svg/facebook.svg" const reddit_logo = "https://edent.github.io/SuperTinyIcons/images/svg/reddit.svg" const linkedin_logo = "https://edent.github.io/SuperTinyIcons/images/svg/linkedin.svg"; From fd2697c71181348d56a3ed3f6222e7b88fa5abdd Mon Sep 17 00:00:00 2001 From: Akrati Verma <128223364+blindaks@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:49:32 +0530 Subject: [PATCH 2/2] Update X icon --- .github/workflows/auto-pr-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-merge.yml b/.github/workflows/auto-pr-merge.yml index c3aa174291e..d136458a0be 100644 --- a/.github/workflows/auto-pr-merge.yml +++ b/.github/workflows/auto-pr-merge.yml @@ -105,7 +105,7 @@ jobs: // social logo const repo_logo = "https://avatars0.githubusercontent.com/u/65761570?s=88&u=640f39b808c75c6b86460aa907dd030bcca2f3c7&v=4" const slack_logo = "https://edent.github.io/SuperTinyIcons/images/svg/slack.svg" - const twitter_logo = "https://fontawesome.com/icons/x-twitter?f=brands&s=solid&pc=%23ffffff" + const twitter_logo = "https://edent.github.io/SuperTinyIcons/images/svg/x.svg" const fb_logo = "https://edent.github.io/SuperTinyIcons/images/svg/facebook.svg" const reddit_logo = "https://edent.github.io/SuperTinyIcons/images/svg/reddit.svg" const linkedin_logo = "https://edent.github.io/SuperTinyIcons/images/svg/linkedin.svg";