diff --git a/pages/index.tsx b/pages/index.tsx index 4ff1fb7..d7f0533 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 + Click here to visit the playground, test 6

); } diff --git a/pages/playground.tsx b/pages/playground.tsx index b31b37e..c1102b8 100644 --- a/pages/playground.tsx +++ b/pages/playground.tsx @@ -5,6 +5,7 @@ export default function Home() { <>

Playground

Show off your components here!

+ test 6 ); }