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)