feat(friend-badges): added June's badge
This commit is contained in:
parent
509f25974f
commit
d284f8808b
2 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue