From 02d80b338e0714c9d3c87ad8faf9f8323fd46afb Mon Sep 17 00:00:00 2001 From: cc Date: Wed, 15 Apr 2026 20:03:58 +0200 Subject: [PATCH] Add cursor-pointer to version history buttons --- src/app/os/bin/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/os/bin/page.tsx b/src/app/os/bin/page.tsx index aedac03..b90db89 100644 --- a/src/app/os/bin/page.tsx +++ b/src/app/os/bin/page.tsx @@ -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} + + {h.os.version} + {isCurrent && ( (current)