Skip to content

Commit 3a50e8c

Browse files
update prompts
1 parent ae19f80 commit 3a50e8c

File tree

1 file changed

+6
-8
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/support

1 file changed

+6
-8
lines changed

apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ const HELP_PRODUCTS = [
119119
] as const;
120120

121121
export const siwaExamplePrompts = [
122-
"I see thirdweb support reference # in my console log please help me",
123-
"What does this contract revert error mean",
124-
"I want to add inapp wallet with sign in with X/twitter auth to my react app",
125-
"Here is my code can you tell me why i'm seeing this error",
122+
"How do I add in-app wallet with sign in with google to my react app?",
123+
"How do I send a transaction in Unity?",
124+
"What does this contract revert error mean?",
125+
"I see thirdweb support id in my console log, can you help me?",
126+
"Here is my code, can you tell me why I'm seeing this error?",
126127
];
127128

128129
export default async function SupportPage() {
@@ -159,10 +160,7 @@ export default async function SupportPage() {
159160
isFloating={false}
160161
pageType="support"
161162
label="Ask AI for support"
162-
examplePrompts={examplePrompts.map((prompt) => ({
163-
title: prompt,
164-
message: prompt,
165-
}))}
163+
examplePrompts={siwaExamplePrompts}
166164
authToken={authToken || undefined}
167165
teamId={teamId}
168166
clientId={undefined}

0 commit comments

Comments
 (0)