Add cursor-pointer to version history buttons

This commit is contained in:
cc
2026-04-15 20:03:58 +02:00
parent 5c9407c405
commit 02d80b338e
+4 -2
View File
@@ -185,11 +185,13 @@ export default function BinaryDetail() {
disabled={isCurrent}
className={`flex-1 text-left ${
isCurrent
? "cursor-default"
? ""
: "text-muted-foreground hover:text-foreground"
}`}
>
{h.os.version}
<span className={isCurrent ? "" : "cursor-pointer"}>
{h.os.version}
</span>
{isCurrent && (
<span className="ml-1 text-xs opacity-70">
(current)