Skip to content

Commit f64aa91

Browse files
committed
Hard code version for now
1 parent bf47779 commit f64aa91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/VersionSwitcher.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function VersionSwitcher({ className }) {
66
return (
77
<Menu as="div" className="relative">
88
<Menu.Button className="text-xs leading-5 font-semibold bg-slate-400/10 rounded-full py-1 px-3 flex items-center space-x-2 hover:bg-slate-400/20 dark:highlight-white/5">
9-
v{pkg.version}
9+
v3.2.0
1010
<svg width="6" height="3" className="ml-2 overflow-visible" aria-hidden="true">
1111
<path
1212
d="M0 0L3 3L6 0"
@@ -20,7 +20,7 @@ export function VersionSwitcher({ className }) {
2020
<Menu.Items className="absolute top-full mt-1 py-2 w-40 rounded-lg bg-white shadow ring-1 ring-slate-900/5 text-sm leading-6 font-semibold text-slate-700 dark:bg-slate-800 dark:text-slate-300 dark:highlight-white/5">
2121
<Menu.Item disabled>
2222
<span className="flex items-center justify-between px-3 py-1 text-sky-500 dark:text-sky-400">
23-
v{pkg.version}
23+
v3.2.0
2424
<svg width="24" height="24" fill="none" aria-hidden="true">
2525
<path
2626
d="m7.75 12.75 2.25 2.5 6.25-6.5"

0 commit comments

Comments
 (0)