fix(friend-badges): fix astrea's button title
This commit is contained in:
parent
658cd93911
commit
e7d3ffacec
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ const FriendBadgesPath = "/Badges/Friends/";
|
||||||
const FriendBadges: Array<BadgeInfo> = [
|
const FriendBadges: Array<BadgeInfo> = [
|
||||||
{
|
{
|
||||||
image: FriendBadgesPath + "astreaprtcl-small.png",
|
image: FriendBadgesPath + "astreaprtcl-small.png",
|
||||||
url: "https://astreaprtcl.dev"
|
url: "https://astreaprtcl.dev",
|
||||||
|
title: "⌬-0x7e5ac6"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: FriendBadgesPath + "autumnvleaves.jpg",
|
image: FriendBadgesPath + "autumnvleaves.jpg",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue