small spelling fixes

This commit is contained in:
hzrd149 2023-10-25 08:09:08 -05:00
parent 988fab8782
commit c6a8a48f00
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
"cSpell.words": ["Bech", "Chakra", "nostr", "pubkeys"]
"cSpell.words": ["Bech", "Chakra", "nostr", "noStrudel", "Npub", "pubkeys", "Sats"]
}

View File

@ -289,7 +289,7 @@ export default function CommunityCreateModal({
<Radio value="zaps">Zaps</Radio>
</Stack>
</RadioGroup>
<FormHelperText>The default by posts are ranked when viewing the community</FormHelperText>
<FormHelperText>The default way posts are ranked when viewing the community</FormHelperText>
{errors.ranking?.message && <FormErrorMessage>{errors.ranking?.message}</FormErrorMessage>}
</FormControl>
@ -317,7 +317,8 @@ export default function CommunityCreateModal({
<FormControl isInvalid={!!errors.mods}>
<FormLabel>Links</FormLabel>
<Flex direction="column">
<FormHelperText>A few helpful resources for the community</FormHelperText>
<Flex direction="column" mt="2">
{getValues().links.map(([link, name]) => (
<Flex key={link}>
<Link href={link}>{name || link}</Link>