Skip to content

Commit

Permalink
Merge pull request #4 from nick-w-nick/main
Browse files Browse the repository at this point in the history
Fixed typo in Default cursor card name attribute
  • Loading branch information
morethanmin authored May 1, 2024
2 parents 7a0578e + cd188d8 commit 888d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cursors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Cursors: FC = () => {
<StyledWrapper>
<Header />
<main className="common-container clean-list">
<CursorCard cursor={<DefaultCursor />} name="DefualtCursor" />
<CursorCard cursor={<DefaultCursor />} name="DefaultCursor" />
<CursorCard cursor={<PhingerCursor />} name="PhingerCursor" />
<CursorCard cursor={<EmojiCursor />} name="EmojiCursor" />
</main>
Expand Down

0 comments on commit 888d7f5

Please sign in to comment.