1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Fix incorrect cursor class names

This commit is contained in:
jbranchaud
2021-01-23 22:06:38 -06:00
parent cd79989c99
commit 80ccf9c330

View File

@@ -14,7 +14,7 @@ link:
```html
<a
className="underline text-purple-600 pointer hover:text-purple-800"
className="underline text-purple-600 cursor-pointer hover:text-purple-800"
href="https://twitter.com/jbrancha"
>
twitter
@@ -29,7 +29,7 @@ only on hover:
```css
<a
className="hover:underline text-purple-600 pointer hover:text-purple-800"
className="hover:underline text-purple-600 cursor-pointer hover:text-purple-800"
href="https://twitter.com/jbrancha"
>
twitter