Skip to content

Commit

Permalink
Fix test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed May 13, 2024
1 parent ea16aa8 commit ee201f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions pages/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ export default function Page() {
>
Track Click Event
</Button>
<Link href="/test2">
<a>Go to Test 2</a>
</Link>
<Link href="https://www.example.com/">
<a>Leave Site</a>
</Link>
<Link href="/test2">Go to Test 2</Link>
<Link href="https://www.example.com/">Leave Site</Link>
</Stack>
<Script defer src="/data.js" data-token="aaa" />
</Container>
Expand Down
4 changes: 1 addition & 3 deletions pages/test2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ export default function Page() {
return (
<Container>
<Heading>Other Page</Heading>
<Link href="/test">
<a>Go Back</a>
</Link>
<Link href="/test">Go Back</Link>
<Script defer src="/data.js" data-token="aaa" />
</Container>
);
Expand Down

0 comments on commit ee201f4

Please sign in to comment.