Skip to content

Commit 533a864

Browse files
committed
Fix typo in sign in form heading
1 parent d414891 commit 533a864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/organisms/BoostHubSignInForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const BoostHubSignInForm = () => {
129129

130130
return (
131131
<Container>
132-
<h1 className='heading'>Craete Team Account</h1>
132+
<h1 className='heading'>Create Team Account</h1>
133133
{status === 'idle' ? (
134134
<>
135135
<div style={{ maxWidth: '1020px' }}>

0 commit comments

Comments
 (0)