mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
small spelling fixes
This commit is contained in:
parent
988fab8782
commit
c6a8a48f00
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
"cSpell.words": ["Bech", "Chakra", "nostr", "pubkeys"]
|
||||
"cSpell.words": ["Bech", "Chakra", "nostr", "noStrudel", "Npub", "pubkeys", "Sats"]
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user