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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user