diff --git a/public/Badges/Other/fediverse.gif b/public/Badges/Other/fediverse.gif deleted file mode 100644 index c3f6249..0000000 Binary files a/public/Badges/Other/fediverse.gif and /dev/null differ diff --git a/public/Badges/Other/join-the-fediverse.gif b/public/Badges/Other/join-the-fediverse.gif deleted file mode 100644 index 6ad64ff..0000000 Binary files a/public/Badges/Other/join-the-fediverse.gif and /dev/null differ diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index 536d0ed..fcee3f1 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -8,7 +8,7 @@ const FriendBadges: Array = [ title: "June" }, { - image: FriendBadgesPath + "astreaprtcl.png", + image: FriendBadgesPath + "astreaprtcl-small.png", url: "https://astreaprtcl.dev", title: "⌬-0x7e5ac6" }, diff --git a/src/lib/OtherBadges.ts b/src/lib/OtherBadges.ts index 5aeff8a..afbbb82 100644 --- a/src/lib/OtherBadges.ts +++ b/src/lib/OtherBadges.ts @@ -16,16 +16,10 @@ const OtherBadges: Array = [ alt: "tumblr" }, { - image: OtherBadgePath + "fediverse.gif", - title: "I am on transfem.social!", - alt: "The word Fediverse in front of the fediverse logo which is slowly spinning", - url: "https://transfem.social/@foxgirlriley" - }, - { - image: OtherBadgePath + "join-the-fediverse.gif", - title: "Join Transfem.Social!!!", - alt: "The words Join the fediverse next to the fediverse logo", - url: "https://transfem.social" + image: OtherBadgePath + "wafrn.webp", + url: "https://app.wafrn.net/blog/foxgirlriley", + title: "i'm on wafrn!", + alt: "wafrn" }, { image: OtherBadgePath + "pronouns_sheher.gif", diff --git a/src/styles/Badge.scss b/src/styles/Badge.scss index 3db1aa4..2bf0357 100644 --- a/src/styles/Badge.scss +++ b/src/styles/Badge.scss @@ -5,11 +5,6 @@ margin-bottom: 5px; } -.badge img { - height: 31px; - max-height: 31px; -} - .badgeBanner { display: flex; flex-direction: row;