diff --git a/pages/index.tsx b/pages/index.tsx index 9438311..06c606c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,9 +4,8 @@ import React from "react"; export default function Home() { return (

- Test build updated - {/* Click here to visit the playground new - changes */} + Test build updated 2 Click here to visit + the playground new changes

); }