Skip to content

Commit 0a02451

Browse files
authored
chore(www): clarify Discord as community support option (supabase#40934)
clarify discord
1 parent f863af9 commit 0a02451

File tree

1 file changed

+19
-26
lines changed

1 file changed

+19
-26
lines changed

apps/www/data/support.tsx

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,56 +11,49 @@ const data = {
1111
},
1212
cards: [
1313
{
14-
title: 'Issues',
15-
paragraph: "Found a bug? We'd love to hear about it in our GitHub issues.",
14+
title: 'Community support',
15+
paragraph:
16+
'Our Discord community can help with code-related issues. Many questions are answered in minutes.',
1617
links: [
1718
{
18-
label: 'Open GitHub Issue',
19-
link: 'https://github.com/supabase/supabase/issues',
19+
label: 'Join us on Discord',
20+
link: 'https://discord.supabase.com/',
2021
target: '_blank',
21-
icon: <IconGitHubSolid />,
22-
type: 'default',
22+
icon: <IconDiscord fill="hsl(var(--background-default))" />,
23+
type: 'secondary',
2324
},
2425
],
26+
className: 'col-span-full xl:col-span-1',
2527
},
2628
{
27-
title: 'Feature requests',
28-
paragraph: 'Want to suggest a new feature? Share it with us and the community.',
29+
title: 'Issues',
30+
paragraph: 'Found a bug? We’d love to hear about it in our GitHub issues.',
2931
links: [
3032
{
31-
label: 'Request feature',
32-
link: 'https://github.com/orgs/supabase/discussions/categories/feature-requests',
33+
label: 'Report an issue',
34+
link: 'https://github.com/supabase/supabase/issues',
3335
target: '_blank',
3436
icon: <IconGitHubSolid />,
3537
type: 'default',
3638
},
3739
],
3840
},
3941
{
40-
title: 'Ask the Community',
41-
paragraph:
42-
'Join our GitHub discussions or our Discord server to browse for help and best practices.',
42+
title: 'Feature requests',
43+
paragraph: 'Want to suggest a new feature? Share it with us on GitHub discussions.',
4344
links: [
4445
{
45-
label: 'Ask a question',
46-
link: 'https://github.com/supabase/supabase/discussions',
46+
label: 'Suggest a feature',
47+
link: 'https://github.com/orgs/supabase/discussions/categories/feature-requests',
4748
target: '_blank',
4849
icon: <IconDiscussions />,
4950
type: 'default',
5051
},
51-
{
52-
label: 'Join Discord',
53-
link: 'https://discord.supabase.com/',
54-
target: '_blank',
55-
icon: <IconDiscord fill="hsl(var(--background-default))" />,
56-
type: 'secondary',
57-
},
5852
],
59-
className: 'col-span-full xl:col-span-1',
6053
},
6154
],
6255
banner: {
63-
title: "Can't find what you're looking for?",
56+
title: 'Can’t find what youre looking for?',
6457
paragraph: (
6558
<>
6659
<p className="text-foreground-light">The Supabase Support Team is ready to help.</p>
@@ -72,13 +65,13 @@ const data = {
7265
),
7366
links: [
7467
{
75-
label: 'Contact Enterprise Sales',
68+
label: 'Contact enterprise sales',
7669
link: 'https://forms.supabase.com/enterprise',
7770
target: '_blank',
7871
type: 'default',
7972
},
8073
{
81-
label: 'Open Ticket',
74+
label: 'Open support ticket',
8275
link: 'https://supabase.com/dashboard/support/new',
8376
target: '_blank',
8477
icon: <ArrowUpRight />,

0 commit comments

Comments
 (0)