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

This commit is contained in:
Shahan Nedadahandeh 2022-06-06 21:19:02 -07:00
parent 6a9c4016c3
commit 0f830efee0
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 3 additions and 3 deletions

View File

@ -41,8 +41,8 @@ steps:
from_secret: harbour_password from_secret: harbour_password
tags: latest tags: latest
registry: registry.cloud.csclub.uwaterloo.ca registry: registry.cloud.csclub.uwaterloo.ca
repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile-staging

View File

@ -4,7 +4,7 @@ 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 1 Click <Link href="/playground">here</Link> to visit the playground 2
</p> </p>
); );
} }