diff --git a/webclient/src/Home.js b/webclient/src/Home.js index 32e86f9..8ef0399 100644 --- a/webclient/src/Home.js +++ b/webclient/src/Home.js @@ -30,9 +30,9 @@ function MemberInfo(props) {
{member.preferred_name} {member.last_name}
{member.is_allowed_entry ? -

You are allowed entry to Protospace ✅

+

You are allowed entry into Protospace ✅

: -

You are not allowed entry to Protospace ❌

+

You are not allowed entry into Protospace ❌

}