Skip to content

Commit

Permalink
added link to give feedback to AI plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 28, 2024
1 parent 8716820 commit 58773d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugins/ai/src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@ function Chat({
</div>
<div className="ai-chat__disclaimer">
Disclaimer: The information provided by this assistant can be incorrect.
Please verify the information before using it.
Please verify the information before using it.{' '}
<a
href="https://github.com/altair-graphql/altair/discussions/new?category=ideas&title=AI%20feedback"
target="_blank"
>
Share your feedback
</a>
</div>
</>
)}
Expand Down

0 comments on commit 58773d0

Please sign in to comment.