diff --git a/pages/index.tsx b/pages/index.tsx index d105a1d..7480473 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 2 + Click here to visit the playground 3

); }