Compare commits

..

No commits in common. "mistress" and "prod" have entirely different histories.

5 changed files with 5 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

View file

@ -8,7 +8,7 @@ const FriendBadges: Array<BadgeInfo> = [
title: "June" title: "June"
}, },
{ {
image: FriendBadgesPath + "astreaprtcl.png", image: FriendBadgesPath + "astreaprtcl-small.png",
url: "https://astreaprtcl.dev", url: "https://astreaprtcl.dev",
title: "⌬-0x7e5ac6" title: "⌬-0x7e5ac6"
}, },

View file

@ -16,16 +16,10 @@ const OtherBadges: Array<BadgeInfo> = [
alt: "tumblr" alt: "tumblr"
}, },
{ {
image: OtherBadgePath + "fediverse.gif", image: OtherBadgePath + "wafrn.webp",
title: "I am on transfem.social!", url: "https://app.wafrn.net/blog/foxgirlriley",
alt: "The word Fediverse in front of the fediverse logo which is slowly spinning", title: "i'm on wafrn!",
url: "https://transfem.social/@foxgirlriley" alt: "wafrn"
},
{
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 + "pronouns_sheher.gif", image: OtherBadgePath + "pronouns_sheher.gif",

View file

@ -5,11 +5,6 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
.badge img {
height: 31px;
max-height: 31px;
}
.badgeBanner { .badgeBanner {
display: flex; display: flex;
flex-direction: row; flex-direction: row;