From 4a5f7d74fb60816041a2ffea998a6ac6d93b0f7a Mon Sep 17 00:00:00 2001 From: Tushar Pandey Date: Thu, 16 Jan 2025 18:30:45 +0530 Subject: [PATCH] Update page.md, remove custom classNames Update page.md, remove custom classNames --- articles/quickstart/webapp/nextjs/files/page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/quickstart/webapp/nextjs/files/page.md b/articles/quickstart/webapp/nextjs/files/page.md index e208bac426..5bc12c8dfa 100644 --- a/articles/quickstart/webapp/nextjs/files/page.md +++ b/articles/quickstart/webapp/nextjs/files/page.md @@ -16,9 +16,9 @@ export default async function Home() { // If no session, show sign-up and login buttons if (!session) { return ( -
+
- +