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

}