Skip to content

Commit 76d1ca9

Browse files
authored
Merge branch 'main' into domains-tabs
2 parents e7a0bba + 04de9c1 commit 76d1ca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/utils/src/constants/plan-compare.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const PLAN_COMPARE_FEATURES: {
2525
}[] = [
2626
{
2727
category: "Links",
28-
href: "https://dub.co/home", // TODO: update to https://dub.co/links
28+
href: "https://dub.co/links",
2929
features: [
3030
{
3131
text: () => (
@@ -447,7 +447,7 @@ export const PLAN_COMPARE_FEATURES: {
447447
},
448448
{
449449
category: "Support",
450-
href: "https://dub.co/help", // TODO: update to https://dub.co/contact/support
450+
href: "https://dub.co/contact/support",
451451
features: [
452452
{
453453
text: ({ id }) => (

0 commit comments

Comments
 (0)