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

This commit is contained in:
Shahan Nedadahandeh 2022-06-06 23:12:41 -07:00
parent e9f35eaca5
commit 0949f37142
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 1 deletions

View File

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