Skip to content

Commit bdaf8aa

Browse files
committed
bump version in version picker
1 parent b7a1953 commit bdaf8aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function VersionPicker() {
5454
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"
5555
aria-label="Select version of library"
5656
>
57-
v4.1
57+
v4.2
5858
<ChevronDownIcon className="size-4 fill-gray-400" />
5959
</MenuButton>
6060
<MenuItems
@@ -63,7 +63,7 @@ function VersionPicker() {
6363
>
6464
<MenuItem disabled>
6565
<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-
v4.1
66+
v4.2
6767
<CheckIcon className="size-4" />
6868
</div>
6969
</MenuItem>

0 commit comments

Comments
 (0)