From 812f641ee325bdcef6b99e89d57c0771cf1ca1e2 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 10 Sep 2021 02:39:50 -0700 Subject: [PATCH] fix --- examples/hello-next/pages/index.tsx | 136 +++++++++++++--------------- 1 file changed, 61 insertions(+), 75 deletions(-) diff --git a/examples/hello-next/pages/index.tsx b/examples/hello-next/pages/index.tsx index 52b8f1f1fa..ee455470c2 100644 --- a/examples/hello-next/pages/index.tsx +++ b/examples/hello-next/pages/index.tsx @@ -21,85 +21,71 @@ export async function getStaticProps(ctx) { export default function Home({ tweetAst }) { return ( - - -
- - Fo - - - +
+ + Fo + + + -
- - {/*

- Welcome to Next.js! -

+
+

+ Welcome to Next.js! +

-

- Get started by editing{" "} - pages/index.js +

+ Get started by editing{" "} + pages/index.js +

+ +
- - {/* */} +
+ + +
); }