Skip to content

Commit

Permalink
feat: add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 2, 2024
1 parent 0684228 commit 7fde54a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added public/assets/sponsors/poom.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/assets/sponsors/showdownspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/components/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@ export const sponsors: SponsorData = {
logo: "/assets/sponsors/catalyzt.png",
link: "https://catalyzt.tech/",
},
{
id: "showdownspace",
name: "showdown.space",
logo: "/assets/sponsors/showdownspace.png",
link: "https://showdown.space/",
},
{
id: "poom",
name: "Poom",
logo: "/assets/sponsors/poom.png",
link: "https://poom.dev",
},
],
Waii: [
{
Expand Down

0 comments on commit 7fde54a

Please sign in to comment.