signup => sign up in welcome banner

This commit is contained in:
keyan 2023-09-12 14:51:55 -05:00
parent 490edd6833
commit c3498be5ba
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default function WelcomeBanner () {
)
: (
<>
<Alert.Link href='/signup'>signup</Alert.Link> or create an{' '}
<Alert.Link href='/signup'>sign up</Alert.Link> or create an{' '}
<Alert.Link href='/post'>anonymous post</Alert.Link>
</>
)