From 540132bfd44bd9c2fba73e4af9b83fc7597e9c76 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Sat, 18 Jun 2022 12:30:11 -0700 Subject: [PATCH] Reverted changes --- docs/CI.md | 1 - pages/index.tsx | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/CI.md b/docs/CI.md index f1152ca..d29a2fb 100644 --- a/docs/CI.md +++ b/docs/CI.md @@ -6,4 +6,3 @@ - Clone the [server repo](https://git.csclub.uwaterloo.ca/snedadah/webhooks), fill in desired links, update env file with the auth token, update STAGING_AUTH_TOKEN in drone to match. Run `./run.sh` to start server in the background. - Possibly put a crontab to restart the script on [startup](https://stackoverflow.com/questions/12973777/how-to-run-a-shell-script-at-startup) - diff --git a/pages/index.tsx b/pages/index.tsx index 9fdbb1c..4ff1fb7 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,8 +4,7 @@ import React from "react"; export default function Home() { return (

- Click here to visit the playground new - changes + Click here to visit the playground

); }