diff --git a/pages/index.tsx b/pages/index.tsx index 12eec0d..30fb6b5 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 8 + Click here to visit the playground 9

); }