test change
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-15 21:17:51 -07:00
parent c7e5fb59b2
commit 2a03276419
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ import React from "react";
export default function Home() { export default function Home() {
return ( return (
<p> <p>
Click <Link href="/playground">here</Link> to visit the playground Click <Link href="/playground">here</Link> to visit the playground new
changes
</p> </p>
); );
} }