Skip to content

Commit 80ccf9c

Browse files
committed
Fix incorrect cursor class names
1 parent cd79989 commit 80ccf9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind/base-styles-for-text-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ link:
1414

1515
```html
1616
<a
17-
className="underline text-purple-600 pointer hover:text-purple-800"
17+
className="underline text-purple-600 cursor-pointer hover:text-purple-800"
1818
href="https://twitter.com/jbrancha"
1919
>
2020
twitter
@@ -29,7 +29,7 @@ only on hover:
2929

3030
```css
3131
<a
32-
className="hover:underline text-purple-600 pointer hover:text-purple-800"
32+
className="hover:underline text-purple-600 cursor-pointer hover:text-purple-800"
3333
href="https://twitter.com/jbrancha"
3434
>
3535
twitter

0 commit comments

Comments
 (0)