Skip to content

Commit 69343f8

Browse files
committed
This is "sorted" apparently.
1 parent 69752fe commit 69343f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Badge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Badge = ({ text, type }: BadgeProps) => {
3333
{TooltipComponent && (
3434
<div
3535
className={
36-
'absolute top-full w-max rounded bg-gray-800 px-2 py-1 text-white text-xs shadow-lg z-10'
36+
'absolute top-full z-10 w-max rounded bg-gray-800 px-2 py-1 text-white text-xs shadow-lg'
3737
}
3838
>
3939
<TooltipComponent />

0 commit comments

Comments
 (0)