From ad48a7756db5c9a5f2f9c0e37d179d081b58473c Mon Sep 17 00:00:00 2001 From: Necoline Hubner Date: Fri, 29 Apr 2022 15:12:35 +0000 Subject: [PATCH] Update welcome text --- pages/index.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 86b5b3b..f094bb1 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,7 +1,7 @@ -import type { NextPage } from 'next' -import Head from 'next/head' -import Image from 'next/image' -import styles from '../styles/Home.module.css' +import type { NextPage } from "next"; +import Head from "next/head"; +import Image from "next/image"; +import styles from "../styles/Home.module.css"; const Home: NextPage = () => { return ( @@ -14,11 +14,11 @@ const Home: NextPage = () => {

- Welcome to Next.js! + Welcome to your Next.js project!

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

@@ -59,14 +59,14 @@ const Home: NextPage = () => { target="_blank" rel="noopener noreferrer" > - Powered by{' '} + Powered by{" "} Vercel Logo - ) -} + ); +}; -export default Home +export default Home;