Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions app/(landing)/waitlist/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,17 @@ const WaitlistPage = () => {
)}
<div className='w-full text-center'>
<p className='text-[#D9D9D9]'>
By joining, you agree to receive updates from Boundless. Learn more in
our{' '}
<Link className='text-[#A7F950]' href='/privacy'>
Privacy policy
</Link>
.
<span className='text-[.8rem] sm:text-lg'>
By joining, you agree to receive updates from Boundless.
</span>{' '}
<br />
<span className='text-[.8rem] sm:text-lg'>
Learn more in our{' '}
<Link className='text-[#A7F950]' href='/privacy'>
Privacy policy
</Link>
.
</span>
</p>
</div>
</div>
Expand Down
Loading
Loading