Skip to content

Commit

Permalink
change askgpt color to ai
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Apr 9, 2024
1 parent 760c905 commit 063f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vyper/src/app/components/CompileErrorCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function CompileErrorCard(props: { output: any, plugin: RemixClient }) {
</span>
<div className="d-flex flex-column pt-3 align-items-end mb-2">
<div>
<span className="border border-success text-success btn-sm" onClick={async () => await props.plugin.askGpt(props.output.message)}>
<span className="border border-ai text-ai btn-sm" onClick={async () => await props.plugin.askGpt(props.output.message)}>
Ask GPT
</span>
<span className="ml-3 pt-1 py-1">
Expand Down

0 comments on commit 063f90e

Please sign in to comment.