1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +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 ```html
<a <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" href="https://twitter.com/jbrancha"
> >
twitter twitter
@@ -29,7 +29,7 @@ only on hover:
```css ```css
<a <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" href="https://twitter.com/jbrancha"
> >
twitter twitter