feat(friend-badges): added June's badge

This commit is contained in:
Fishandchips321 2026-02-23 19:09:49 +00:00
parent 509f25974f
commit d284f8808b
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -3,6 +3,10 @@ import type BadgeInfo from "./BadgeInfo";
const FriendBadgesPath = "/Badges/Friends/";
const FriendBadges: Array<BadgeInfo> = [
{
image: FriendBadgesPath + "june-button.gif",
title: "June"
},
{
image: FriendBadgesPath + "astreaprtcl-small.png",
url: "https://astreaprtcl.dev",