fix(friend-badges): added correctly scaled badge png
This commit is contained in:
parent
c66918c2e5
commit
fb0e832a34
2 changed files with 1 additions and 1 deletions
BIN
public/Badges/Friends/astreaprtcl-small.png
Normal file
BIN
public/Badges/Friends/astreaprtcl-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8 KiB |
|
|
@ -4,7 +4,7 @@ const FriendBadgesPath = "/Badges/Friends/";
|
||||||
|
|
||||||
const FriendBadges: Array<BadgeInfo> = [
|
const FriendBadges: Array<BadgeInfo> = [
|
||||||
{
|
{
|
||||||
image: FriendBadgesPath + "astreaprtcl.png",
|
image: FriendBadgesPath + "astreaprtcl-small.png",
|
||||||
url: "https://astreaprtcl.dev"
|
url: "https://astreaprtcl.dev"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue