Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PostHog/posthog-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1463b474d38d865cf8d2abcddc396ae8627ca1e2
Choose a base ref
..
head repository: PostHog/posthog-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d80b63bd0731d1577a7415ef1d02d3f6f7f12b3e
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 playground/nextjs/pages/index.tsx
4 changes: 1 addition & 3 deletions playground/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -36,9 +36,7 @@ export default function Home() {
<a className="Button" data-attr="autocapture-button" href="#">
<span>Autocapture a &gt; span</span>
</a>
<a className="Button" href={'https://www.google.com'}>
External link
</a>
<a href={'https://www.google.com'}>External link</a>
{isClient && typeof window !== 'undefined' && process.env.NEXT_PUBLIC_CROSSDOMAIN && (
<a
className="Button"