Skip to content

Commit 888d7f5

Browse files
authored
Merge pull request #4 from nick-w-nick/main
Fixed typo in Default cursor card name attribute
2 parents 7a0578e + cd188d8 commit 888d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cursors/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Cursors: FC = () => {
4848
<StyledWrapper>
4949
<Header />
5050
<main className="common-container clean-list">
51-
<CursorCard cursor={<DefaultCursor />} name="DefualtCursor" />
51+
<CursorCard cursor={<DefaultCursor />} name="DefaultCursor" />
5252
<CursorCard cursor={<PhingerCursor />} name="PhingerCursor" />
5353
<CursorCard cursor={<EmojiCursor />} name="EmojiCursor" />
5454
</main>

0 commit comments

Comments
 (0)