updated
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-26 13:04:23 -07:00
parent 822a8484df
commit b1fa8e419f
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export default function Home() {
return (
<p>
Click <Link href="/playground">here</Link> to visit the playground New
playground
playground updated
</p>
);
}