Skip to content

Commit f020f2c

Browse files
committed
add folders guides
1 parent 625e845 commit f020f2c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/utils",
33
"description": "Utility functions and constants for Dub",
4-
"version": "0.1.29",
4+
"version": "0.1.30",
55
"sideEffects": false,
66
"main": "./dist/index.mjs",
77
"module": "./dist/index.mjs",

packages/utils/src/constants/pricing.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ export const PLANS = [
9898
{
9999
id: "folders",
100100
text: "Link folders",
101+
tooltip: {
102+
title:
103+
"Organize and manage access to your links on Dub using folders.",
104+
cta: "Learn more.",
105+
href: "https://dub.co/help/article/link-folders",
106+
},
101107
},
102108
{
103109
id: "deeplinks",
@@ -198,6 +204,12 @@ export const PLANS = [
198204
{
199205
id: "roles",
200206
text: "Folders RBAC",
207+
tooltip: {
208+
title:
209+
"Limit access to your links using fine-grained role-based access controls (write-access, read-only, no access).",
210+
cta: "Learn more.",
211+
href: "https://dub.co/help/article/folders-rbac",
212+
},
201213
},
202214
{
203215
id: "webhooks",

0 commit comments

Comments
 (0)