We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7a0bba + 04de9c1 commit 76d1ca9Copy full SHA for 76d1ca9
1 file changed
packages/utils/src/constants/plan-compare.tsx
@@ -25,7 +25,7 @@ export const PLAN_COMPARE_FEATURES: {
25
}[] = [
26
{
27
category: "Links",
28
- href: "https://dub.co/home", // TODO: update to https://dub.co/links
+ href: "https://dub.co/links",
29
features: [
30
31
text: () => (
@@ -447,7 +447,7 @@ export const PLAN_COMPARE_FEATURES: {
447
},
448
449
category: "Support",
450
- href: "https://dub.co/help", // TODO: update to https://dub.co/contact/support
+ href: "https://dub.co/contact/support",
451
452
453
text: ({ id }) => (
0 commit comments