removing isExternal from guild signup 📻

This commit is contained in:
Will Holcomb
2021-07-27 15:31:04 -04:00
committed by dan13ram
parent 7612786a3a
commit fbb2cc6669

View File

@@ -77,7 +77,7 @@ export const GuildJoin: React.FC = () => {
asking for your permission to collect certain relevant information
about your guild.
</Text>
<MetaButton size="lg" maxW="15rem" as="a" href={discordAuthURL} isExternal>
<MetaButton size="lg" maxW="15rem" as="a" href={discordAuthURL}>
Apply to Join
</MetaButton>
</VStack>