Skip to content

Commit

Permalink
add referral links
Browse files Browse the repository at this point in the history
  • Loading branch information
deiucanta committed Feb 21, 2023
1 parent f3323d9 commit 1ac692a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ const partners: Partner[] = [
logo: "/partners/aws.svg",
},
{
href: "https://marketplace.digitalocean.com/apps/easypanel",
// href: "https://marketplace.digitalocean.com/apps/easypanel",
href: "https://marketplace.digitalocean.com/apps/easypanel?refcode=9b8aca9dc290&action=deploy",
logo: "/partners/digitalocean.svg",
},
{
href: "https://www.linode.com/marketplace/apps/easypanel/easypanel/",
logo: "/partners/linode.svg",
},
{
href: "https://www.vultr.com/marketplace/apps/easypanel",
// href: "https://www.vultr.com/marketplace/apps/easypanel",
href: "https://www.vultr.com/marketplace/apps/easypanel?ref=9104173",
logo: "/partners/vultr.svg",
},
];
Expand Down

0 comments on commit 1ac692a

Please sign in to comment.