You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,20 +10,16 @@ import { useOnboardingProgress } from "../../use-onboarding-progress";
10
10
11
11
constproducts={
12
12
partners: {
13
-
image: "https://assets.dub.co/cms/trophy.webp",
13
+
image: "https://assets.dub.co/icons/trophy.webp",
14
14
title: "Dub Partners",
15
15
href: "https://dub.co/partners",
16
-
planLabel: "Paid plan required",
17
-
planIcon: Crown,
18
16
description:
19
17
"Modern [affiliate programs](https://dub.co/partners) with [global payouts](https://dub.co/help/article/partner-payouts) and [accurate attribution](https://dub.co/help/article/program-analytics).",
20
18
},
21
19
links: {
22
-
image: "https://assets.dub.co/cms/link.webp",
20
+
image: "https://assets.dub.co/icons/link.webp",
23
21
title: "Dub Links",
24
22
href: "https://dub.co/links",
25
-
planLabel: "Free plan available",
26
-
planIcon: undefined,
27
23
description:
28
24
"[Short links](https://dub.co/help/category/link-management), [QR codes](https://dub.co/help/article/custom-qr-codes), [real-time analytics](https://dub.co/help/article/dub-analytics), and [conversion tracking](https://dub.co/docs/conversions/quickstart).",
29
25
},
@@ -37,8 +33,6 @@ export function ProductSelector() {
37
33
key={key}
38
34
product={keyas"links"|"partners"}
39
35
icon={product.image}
40
-
planLabel={product.planLabel}
41
-
planIcon={product.planIcon}
42
36
title={
43
37
<a
44
38
href={product.href}
@@ -63,63 +57,53 @@ export function ProductSelector() {
0 commit comments