File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function VersionSwitcher({ className }) {
6
6
return (
7
7
< Menu as = "div" className = "relative" >
8
8
< 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
10
10
< svg width = "6" height = "3" className = "ml-2 overflow-visible" aria-hidden = "true" >
11
11
< path
12
12
d = "M0 0L3 3L6 0"
@@ -20,7 +20,7 @@ export function VersionSwitcher({ className }) {
20
20
< 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" >
21
21
< Menu . Item disabled >
22
22
< 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
24
24
< svg width = "24" height = "24" fill = "none" aria-hidden = "true" >
25
25
< path
26
26
d = "m7.75 12.75 2.25 2.5 6.25-6.5"
You can’t perform that action at this time.
0 commit comments