Skip to content

Commit

Permalink
Simplify terms and conditions text on AbstraxionSignin component
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry committed Jan 9, 2024
1 parent 5a17b99 commit 7f498ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-trees-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@burnt-labs/abstraxion": patch
---

Simplify terms and conditions text
17 changes: 2 additions & 15 deletions packages/abstraxion/src/components/AbstraxionSignin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,21 +167,8 @@ export const AbstraxionSignin = () => {
Log in / Sign up
</Button>
<p className="ui-text-xs ui-text-zinc-400 dark:ui-text-zinc-600">
By continuing, you agree to Burnt's{" "}
<a
className="ui-text-black dark:ui-text-white ui-no-underline hover:ui-underline"
href="https://burnt.com"
>
Terms of Service
</a>{" "}
and acknowledge that you have read and understand the XION{" "}
<a
className="ui-text-black dark:ui-text-white ui-no-underline hover:ui-underline"
href="https://burnt.com"
>
Disclaimer
</a>
.
By continuing, you agree to the terms & conditions and acknowledge
that you have read and understood the disclaimers.
</p>
</>
)}
Expand Down

0 comments on commit 7f498ee

Please sign in to comment.