adding isExternal 🎈

This commit is contained in:
Will Holcomb
2021-07-26 23:32:38 -04:00
committed by dan13ram
parent ce4d42b6d2
commit 37dcbecaad

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}>
<MetaButton size="lg" maxW="15rem" as="a" href={discordAuthURL} isExternal>
Apply to Join
</MetaButton>
</VStack>