diff --git a/pages/index.tsx b/pages/index.tsx index 372e142..12eec0d 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,7 +4,7 @@ import React from "react"; export default function Home() { return (

- Click here to visit the playground 7 + Click here to visit the playground 8

); }