Skip to content

Commit 93cf985

Browse files
committed
fix build error
1 parent e464491 commit 93cf985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/try-tooltip/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function TryTooltipPage() {
8686
</div>
8787
<div className="relative group inline-block">
8888
<button className="px-4 py-2 bg-blue-600 text-white rounded-md">
89-
Doesn't work
89+
Doesnt work
9090
</button>
9191
<div className="absolute left-1/2 -translate-x-1/2 bottom-full mb-2
9292
bg-gray-800 text-white text-sm rounded-md px-2 py-1 whitespace-nowrap
@@ -95,8 +95,6 @@ export default function TryTooltipPage() {
9595
Tooltip text
9696
</div>
9797
</div>
98-
9998
</div>
100-
10199
)
102100
}

0 commit comments

Comments
 (0)