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

- Click here to visit the playground + Click here to visit the playground new + changes

); }