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..1668159 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. +

@@ -97,7 +97,7 @@ export const Footer = () => {

-

© 2020 Calgary Protospace Ltd.

+

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

); diff --git a/webclient/src/Home.js b/webclient/src/Home.js index 6e2aa15..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. +

} @@ -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

}