File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
apps/dashboard/src/app/(app)/(dashboard)/support Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,11 @@ const HELP_PRODUCTS = [
119119] as const ;
120120
121121export 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
128129export 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 }
You can’t perform that action at this time.
0 commit comments