Remove instances of 'Click here' in UI
This commit is contained in:
parent
fb0f30dbec
commit
603646947a
|
@ -20,8 +20,8 @@ export function Cards(props) {
|
|||
{user.member.card_photo ?
|
||||
<p>
|
||||
<a href={staticUrl + '/' + user.member.card_photo} target='_blank'>
|
||||
Click here
|
||||
</a> to view your card image.
|
||||
View your card image.
|
||||
</a>
|
||||
</p>
|
||||
:
|
||||
<p>Upload a photo to generate a card image.</p>
|
||||
|
|
|
@ -49,9 +49,9 @@ export const Footer = () => {
|
|||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Click here
|
||||
View the source code and license on GitHub.
|
||||
</a>{' '}
|
||||
to view the source code and license.
|
||||
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
@ -65,8 +65,8 @@ function MemberInfo(props) {
|
|||
<Message.Header>Welcome, new member!</Message.Header>
|
||||
<p>
|
||||
<a href={staticUrl + '/' + member.member_forms} target='_blank'>
|
||||
Click here
|
||||
</a> to view your application forms.
|
||||
View your application forms.
|
||||
</a>
|
||||
</p>
|
||||
</Message>}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user