File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { IconShuffle } from '../icons/shuffle';
88import { IconSolidJS } from '../icons/solidjs' ;
99import { Markdown } from '../markdown' ;
1010
11+ import pkgJSON from 'src/../package.json' ;
12+
1113// @ts -ignore idk what type I need to override.
1214import Usage from '../markdown/usage.md' ;
1315
@@ -69,7 +71,7 @@ export default function HomePage() {
6971 < div class = "mx-auto flex w-full max-w-4xl flex-col items-center gap-y-5 px-8 py-20" >
7072 < span class = "flex items-center gap-x-1.5 text-base" >
7173 < IconSolidJS class = "h-6 w-6" /> NumberFlow{ ' ' }
72- < span class = "text-sm text-zinc-400" > v0.3.0 </ span >
74+ < span class = "text-sm text-zinc-400" > v { pkgJSON . version } </ span >
7375 </ span >
7476 < NumberFlow
7577 class = "text-6xl"
You can’t perform that action at this time.
0 commit comments