Skip to content

Commit

Permalink
fix: Update terms and conditions link
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Aug 30, 2024
1 parent c4a0a3e commit 7a77a2f
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 7a77a2f

Please sign in to comment.