This commit is contained in:
2025-01-18 14:28:20 +01:00
parent fc1c985d20
commit 291df77669
7 changed files with 15 additions and 52 deletions

View File

@@ -31,7 +31,7 @@ export default function Index() {
if (values.length === 0) return null
return (
<Tooltip content={<TooltipContent values={values} />} key={label}>
// <Tooltip content={<TooltipContent values={values} />} key={label}>
<Link
role={'listitem'}
className={'text-sky-500 hover:underline w-max'}
@@ -45,7 +45,7 @@ export default function Index() {
>
{label}
</Link>
</Tooltip>
// </Tooltip>
)
})}
</div>