Skip to content

Commit

Permalink
removing anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
atherdon committed Feb 16, 2023
1 parent 89245ef commit 6a3f5c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ export default function Home() {
<ul style={{ display: 'flex', flexDirection: 'column' }}>

<Link href="/billing-google">
<a> BillingGoogle </a>
BillingGoogle
</Link>
<Link href="/first">
<a>first</a>
first
</Link>
<Link href="/content-only">
<a>content-only</a>
content-only
</Link>
<Link href="/full">
<a>full</a>
full
</Link>
<Link href="/vouchful">
<a>vouchful</a>
vouchful
</Link>
<Link href="/mdx-test">
<a>Here test mdx</a>
Here test mdx
</Link>
<Link href="/mdx-components">
<a>MDX with components inside</a>
MDX with components inside
</Link>
</ul>
</div>
Expand Down

0 comments on commit 6a3f5c4

Please sign in to comment.