Skip to content

Commit

Permalink
Add contact us link to AI-generated responses (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve authored Nov 3, 2023
1 parent 453007a commit 8f94b1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/src/lib/components/custom/MessageCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@
<div class="rendered-md">
<SvelteMarkdown source={translatedContent} />
</div>

{#if type === "ai"}
<div class="float-right pt-2">
Not the answer you were looking for or need more help? <a
href="https://www.astronomer.io/contact?utm_source=askastro&utm_medium=chat&utm_campaign=askastro"
target="_blank">Contact us!</a
>
</div>
{/if}
{/if}
</div>

Expand Down

0 comments on commit 8f94b1e

Please sign in to comment.