From 942f30126ce64d168e932b4b639835a1e188d72c Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 9 Apr 2024 15:34:45 +0100 Subject: [PATCH] change askgpt color to ai --- apps/vyper/src/app/components/CompileErrorCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vyper/src/app/components/CompileErrorCard.tsx b/apps/vyper/src/app/components/CompileErrorCard.tsx index 777f3b9d23..10774ea01e 100644 --- a/apps/vyper/src/app/components/CompileErrorCard.tsx +++ b/apps/vyper/src/app/components/CompileErrorCard.tsx @@ -20,7 +20,7 @@ export function CompileErrorCard(props: { output: any, plugin: RemixClient }) {
- await props.plugin.askGpt(props.output.message)}> + await props.plugin.askGpt(props.output.message)}> Ask GPT