From 2a032764190577acf38e13e4841c44765e82c561 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 15 Jun 2022 21:17:51 -0700 Subject: [PATCH] test change --- pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 4ff1fb7..9fdbb1c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,7 +4,8 @@ import React from "react"; export default function Home() { return (

- Click here to visit the playground + Click here to visit the playground new + changes

); }