Skip to content

Commit

Permalink
fix: update terms and conditions link (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: John Roberts <[email protected]>
  • Loading branch information
codeincontext and johnrobeds authored Aug 30, 2024
1 parent bc100dc commit 79df249
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const ChatPanelDisclaimer = ({ size }: { size: "sm" | "md" | "lg" }) => {
return (
<p className={`my-12 text-${size}`}>
Aila can make mistakes. Check your lesson before use.{" "}
Aila can make mistakes. Check your lesson before use. See our{" "}
<a
href="https://labs.thenational.academy/legal/terms"
className="text-blue underline"
target="_blank"
>
Oak terms and conditions
terms and conditions
</a>
.
</p>
Expand Down

0 comments on commit 79df249

Please sign in to comment.