We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a1953 commit bdaf8aaCopy full SHA for bdaf8aa
1 file changed
src/components/header.tsx
@@ -54,7 +54,7 @@ function VersionPicker() {
54
className="flex items-center gap-0.5 rounded-2xl bg-gray-950/5 py-0.5 pr-1.5 pl-2.5 text-xs/5 font-medium text-gray-950 tabular-nums hover:bg-gray-950/7.5 data-active:bg-gray-950/7.5 dark:bg-white/10 dark:text-white dark:hover:bg-white/12.5 dark:data-active:bg-white/12.5"
55
aria-label="Select version of library"
56
>
57
- v4.1
+ v4.2
58
<ChevronDownIcon className="size-4 fill-gray-400" />
59
</MenuButton>
60
<MenuItems
@@ -63,7 +63,7 @@ function VersionPicker() {
63
64
<MenuItem disabled>
65
<div className="flex items-center justify-between gap-2 rounded-lg px-2.5 data-active:bg-gray-950/5 dark:data-active:bg-white/10">
66
67
<CheckIcon className="size-4" />
68
</div>
69
</MenuItem>
0 commit comments