Skip to content

Commit

Permalink
update Pro support contact
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jun 8, 2024
1 parent 17281e1 commit 3d27504
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.6.8.3",
"version": "24.6.8.4",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions src/components/support.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export const SupportComponent = (props) => {
},
{
url: 'mailto:support@fold.dev',
title: 'Email',
text: 'For any other support needs or inquiries, please feel free to reach out to us directly via email. ',
title: 'Pro',
text: 'For any other support needs, if you are a Pro customer, please feel free to reach out to us directly via email.',
},
].map(({ title, text, url }, index) => (
<View
Expand Down

0 comments on commit 3d27504

Please sign in to comment.