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

This commit is contained in:
Shahan Nedadahandeh 2022-06-18 12:13:37 -07:00
parent 5f8cd28694
commit 9bb5289867
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 3 deletions

View File

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