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