Skip to content

Commit

Permalink
Update page.md, remove custom classNames
Browse files Browse the repository at this point in the history
Update page.md, remove custom classNames
  • Loading branch information
tusharpandey13 authored Jan 16, 2025
1 parent 631cde7 commit 4a5f7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/quickstart/webapp/nextjs/files/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default async function Home() {
// If no session, show sign-up and login buttons
if (!session) {
return (
<main className="page">
<main>
<a href="/auth/login?screen_hint=signup">
<button className="white">Sign up</button>
<button>Sign up</button>
</a>
<a href="/auth/login">
<button>Log in</button>
Expand Down

0 comments on commit 4a5f7d7

Please sign in to comment.