From 36961ad6e67945a3bdbf6b54c3e964f72d75d808 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Tue, 7 Jun 2022 18:16:58 -0700 Subject: [PATCH] test --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

); }