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