From 95dcbf4d7c4f079b145b624000ba401ce9204cc3 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Mon, 6 Jun 2022 22:08:02 -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 7480473..830c52b 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 3 + Click here to visit the playground 4

); }