Skip to content

Commit

Permalink
Fix render issues on terms page (#9255)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbrownbike authored Aug 27, 2024
1 parent 3e4cf07 commit 611fc6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ function Terms() {
</Tooltip>
:
</span>
<div className="text-xs mt-2 md:mt-0 mb-4">
<span className="text-xs mt-2 md:mt-0 mb-4 block">
(Serif font demonstrates how important this disclaimer is)
</div>
</span>
The following is not legally binding. It is a summary of PostHog's terms. Please read{' '}
<SmoothScrollLink
to="full-terms"
Expand Down Expand Up @@ -146,15 +146,15 @@ function Terms() {
>
Here's a cat gif to keep you engaged (and to keep the algos intrigued). Please like/RT.
<img src="/images/pizza-cat.gif" alt="Cat gif" className="w-full mt-2" />
<p className="text-right !-mb-4">
<span className="text-right !-mb-4 block">
<Link
href="https://giphy.com/gifs/cat-pizza-crazy-3o7TKJwsoLn5QAmqw8"
externalNoIcon
className="font-normal text-xs text-primary/50 dark:text-primary-dark/50"
>
Thanks, Giphy!
</Link>
</p>
</span>
</Tweet>

<Tweet
Expand Down Expand Up @@ -896,9 +896,9 @@ function Terms() {
governed by the laws of the State of California, U.S.A. without regard to its conflict of
laws provisions. The federal and state courts sitting in San Francisco County, California,
U.S.A. will have proper and exclusive jurisdiction and venue with respect to any disputes
arising from or related to the subject matter of this Agreement. If you provide PostHog with
a link to a recorded video of you reading out these terms in full, we will send you one of
every item of merch we sell today and in future for free.
arising from or related to the subject matter of this Agreement. If you provide PostHog with
a link to a recorded video of you reading out these terms in full, we will send you one of
every item of merch we sell today and in future for free.
</p>
</div>
<div className="md:pt-10">
Expand Down

0 comments on commit 611fc6b

Please sign in to comment.