Skip to content

Commit 280e098

Browse files
authored
remove sales@mintlify.com (#962)
1 parent 773f970 commit 280e098

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

authentication-personalization/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ This feature is more powerful when you pair it with custom data about your users
101101
user.org === undefined
102102
? <>To access this feature, first create an account at the <a href="https://dashboard.mintlify.com/login">Mintlify dashboard</a>.</>
103103
: user.org.plan !== 'enterprise'
104-
? <>You are currently on the ${user.org.plan ?? 'free'} plan. To speak to our team about upgrading, <a href="mailto:sales@mintlify.com">contact our sales team</a>.</>
105-
: <>To request this feature for your enterprise org, <a href="mailto:sales@mintlify.com">contact our team</a>.</>
104+
? <>You are currently on the ${user.org.plan ?? 'free'} plan. See <a href="https://mintlify.com/pricing">our pricing page</a> for information about upgrading.</>
105+
: <>To request this feature for your enterprise org, contact your admin.</>
106106
}
107107
108108
```jsx
109109
Authentication is an enterprise feature. {
110110
user.org === undefined
111111
? <>To access this feature, first create an account at the <a href="https://dashboard.mintlify.com/login">Mintlify dashboard</a>.</>
112112
: user.org.plan !== 'enterprise'
113-
? <>You are currently on the ${user.org.plan ?? 'free'} plan. To speak to our team about upgrading, <a href="mailto:sales@mintlify.com">contact our sales team</a>.</>
114-
: <>To request this feature for your enterprise org, <a href="mailto:sales@mintlify.com">contact our team</a>.</>
113+
? <>You are currently on the ${user.org.plan ?? 'free'} plan. See <a href="https://mintlify.com/pricing">our pricing page</a> for information about upgrading.</>
114+
: <>To request this feature for your enterprise org, contact your admin.</>
115115
}
116116
```
117117

0 commit comments

Comments
 (0)