File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import Container from "../../components/Container";
33import Row from "../../components/Row" ;
44import Terminal from "../../components/Terminal" ;
55import Link from "@docusaurus/Link" ;
6+ import latestRelease from "../../version.json"
67
78export default function Header ( ) {
89 return (
@@ -61,7 +62,7 @@ export default function Header() {
6162 href = { "" }
6263 className = "rounded-full inline-flex items-center gap-1 py-1 px-2 border-2 border-sky-500 text-sm bg-sky-500/20 hover:bg-sky-600/20 transition-all hover:text-sky-400 text-sky-400 font-bold"
6364 >
64- v.0.21.4
65+ { latestRelease . version }
6566 < span className = "whitespace-nowrap dark:text-white text-neutral-700 flex items-center gap-0.5 font-normal" >
6667 release notes < ChevronRight />
6768 </ span >
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " v0.21.8"
3+ }
You can’t perform that action at this time.
0 commit comments