From 1ac692a38a40efb15a2b0175560eca4205436ba5 Mon Sep 17 00:00:00 2001 From: Andrei Canta Date: Tue, 21 Feb 2023 20:30:04 +0100 Subject: [PATCH] add referral links --- src/components/Hero.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 4763eae..c0c2d13 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -12,7 +12,8 @@ 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", }, { @@ -20,7 +21,8 @@ const partners: Partner[] = [ 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", }, ];