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 +

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