We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a0578e + cd188d8 commit 888d7f5Copy full SHA for 888d7f5
src/pages/cursors/index.tsx
@@ -48,7 +48,7 @@ const Cursors: FC = () => {
48
<StyledWrapper>
49
<Header />
50
<main className="common-container clean-list">
51
- <CursorCard cursor={<DefaultCursor />} name="DefualtCursor" />
+ <CursorCard cursor={<DefaultCursor />} name="DefaultCursor" />
52
<CursorCard cursor={<PhingerCursor />} name="PhingerCursor" />
53
<CursorCard cursor={<EmojiCursor />} name="EmojiCursor" />
54
</main>
0 commit comments