Merge pull request 'fix(friend-badges): added correctly scaled badge png' (#7) from hotfix/badge-size into mistress
Reviewed-on: https://gitea.foxhawk.co.uk/riley/MyWebsite-Astro/pulls/7
This commit is contained in:
commit
88c12e7d4f
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