From bab9eb2bbdda7d6c116e4e9930d4702b1b228cd4 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Wed, 29 Jun 2022 21:47:43 -0500 Subject: [PATCH] Changed the Pins/New Member icon --- src/fixations/_assets.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fixations/_assets.scss b/src/fixations/_assets.scss index 6cd73d1..d7cd416 100644 --- a/src/fixations/_assets.scss +++ b/src/fixations/_assets.scss @@ -344,7 +344,7 @@ /* Pinned Message Icon */ .icon-JRJzJz { - background-image: url("https://files.catbox.moe/0v95wa.svg") !important; + background-image: url("https://files.catbox.moe/rt7y8u.svg") !important; transform: scale(1.5, 1.5); filter: invert(48%); } @@ -379,4 +379,4 @@ "M15.5 8.516a7.5 7.5 0 1 1-9.462-7.24A1 1 0 0 1 7 0h2a1 1 0 0 1 .962 1.276 7.503 7.503 0 0 1 5.538 7.24zm-3.61-3.905L6.94 7.439 4.11 12.39l4.95-2.828 2.828-4.95z" ); transform: scale(1.5, 1.5); -} \ No newline at end of file +}