From ad68c98811abb55155c315dd9280ca7ba93eb64c Mon Sep 17 00:00:00 2001 From: stvnbash <56286042+stvnbash@users.noreply.github.com> Date: Fri, 12 Aug 2022 10:42:07 -0700 Subject: [PATCH] Fixed issue with quote character --- pages/signin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/signin.js b/pages/signin.js index a8a3f20..1bec6f2 100644 --- a/pages/signin.js +++ b/pages/signin.js @@ -22,8 +22,8 @@ export default function Home() {

MyECR is loading

Is this page frozen?

-

Click "Home" at the top to proceed.

+

Click "Home" at the top to proceed.

) -} \ No newline at end of file +}