Skip to content

Commit

Permalink
Add badge for multiple tournaments (#1895)
Browse files Browse the repository at this point in the history
* Add badge for "VERSUS THE WORLD"

PRing with permission from owner: https://discord.com/channels/299182152161951744/784073459516964954/1290012076831674456

* Add badge for Tristrike Tuesday

PRing with permission from owner: https://discord.com/channels/299182152161951744/784073459516964954/1290016004751097876

* Fix formatting in homemade.ts

* Replace animated PNG with static PNG

* Add badge for Break Zach's Bank

PRing with permission from owner: https://discord.com/channels/299182152161951744/784073459516964954/1290106644763639877
  • Loading branch information
ximk authored Sep 30, 2024
1 parent bdb9fd8 commit 880ee72
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/features/badges/homemade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,19 @@ export const homemadeBadges: BadgeInfo[] = [
// fileName: "example",
// authorDiscordId: "123456789012345678",
// },
{
displayName: "Break Zach's Bank",
fileName: "breakzachsbank",
authorDiscordId: "528851510222782474",
},
{
displayName: "Tristrike Tuesday",
fileName: "tristriketuesday",
authorDiscordId: "789943264370884708",
},
{
displayName: "VERSUS THE WORLD",
fileName: "cookie",
authorDiscordId: "528851510222782474",
},
];
Binary file added public/static-assets/badges/breakzachsbank.avif
Binary file not shown.
Binary file added public/static-assets/badges/breakzachsbank.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static-assets/badges/breakzachsbank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static-assets/badges/cookie.avif
Binary file not shown.
Binary file added public/static-assets/badges/cookie.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static-assets/badges/cookie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static-assets/badges/tristriketuesday.avif
Binary file not shown.
Binary file added public/static-assets/badges/tristriketuesday.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static-assets/badges/tristriketuesday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 880ee72

Please sign in to comment.