Remove instances of 'Click here' in UI

This commit is contained in:
DeflateAwning
2022-12-21 16:45:19 -07:00
parent fb0f30dbec
commit 603646947a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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>