From fb0f30dbecda9478d645044dc1d669a53cf0b140 Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:44:01 -0700 Subject: [PATCH 1/3] Fix http links --- webclient/src/Home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webclient/src/Home.js b/webclient/src/Home.js index 6e2aa15..a2576fc 100644 --- a/webclient/src/Home.js +++ b/webclient/src/Home.js @@ -261,8 +261,8 @@ export function Home(props) { {user?.member?.set_details !== false &&
Quick Links
-

Main Website

-

Protospace Wiki[register]

+

Main Website

+

Protospace Wiki[register]

Forum (Spacebar)[register]

{!!user &&

Google Drive

} {!!user && isAdmin(user) &&

Property Management Portal

} From 603646947a9b21ad3c260da2db8e71d748c4823d Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:45:19 -0700 Subject: [PATCH 2/3] Remove instances of 'Click here' in UI --- webclient/src/Cards.js | 4 ++-- webclient/src/Footer.js | 4 ++-- webclient/src/Home.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webclient/src/Cards.js b/webclient/src/Cards.js index d424ddd..89a77d7 100644 --- a/webclient/src/Cards.js +++ b/webclient/src/Cards.js @@ -20,8 +20,8 @@ export function Cards(props) { {user.member.card_photo ?

- Click here - to view your card image. + View your card image. +

:

Upload a photo to generate a card image.

diff --git a/webclient/src/Footer.js b/webclient/src/Footer.js index 672b248..878b4c2 100644 --- a/webclient/src/Footer.js +++ b/webclient/src/Footer.js @@ -49,9 +49,9 @@ export const Footer = () => { target="_blank" rel="noopener noreferrer" > - Click here + View the source code and license on GitHub. {' '} - to view the source code and license. +

diff --git a/webclient/src/Home.js b/webclient/src/Home.js index a2576fc..d23558e 100644 --- a/webclient/src/Home.js +++ b/webclient/src/Home.js @@ -65,8 +65,8 @@ function MemberInfo(props) { Welcome, new member!

- Click here - to view your application forms. + View your application forms. +

} From 23938aa075c79ba4c7a39cb786726fe35d6832f7 Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:47:21 -0700 Subject: [PATCH 3/3] Fix out-of-date footer copyright --- webclient/src/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/src/Footer.js b/webclient/src/Footer.js index 878b4c2..1668159 100644 --- a/webclient/src/Footer.js +++ b/webclient/src/Footer.js @@ -97,7 +97,7 @@ export const Footer = () => {

-

© 2020 Calgary Protospace Ltd.

+

© 2020-{new Date().getFullYear()} Calgary Protospace Ltd.

);