We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e464491 commit 93cf985Copy full SHA for 93cf985
app/try-tooltip/page.tsx
@@ -86,7 +86,7 @@ export default function TryTooltipPage() {
86
</div>
87
<div className="relative group inline-block">
88
<button className="px-4 py-2 bg-blue-600 text-white rounded-md">
89
- Doesn't work
+ Doesnt work
90
</button>
91
<div className="absolute left-1/2 -translate-x-1/2 bottom-full mb-2
92
bg-gray-800 text-white text-sm rounded-md px-2 py-1 whitespace-nowrap
@@ -95,8 +95,6 @@ export default function TryTooltipPage() {
95
Tooltip text
96
97
98
-
99
100
101
)
102
}
0 commit comments