We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d28b42 commit b81abf2Copy full SHA for b81abf2
apps/frontpage/components/home/hero/index.tsx
@@ -123,7 +123,7 @@ export function Hero({
123
className="md:hidden"
124
href="https://github.com/storybookjs/storybook/releases"
125
>
126
- <div className="text-md text-white">v{latestVersion.id}</div>
+ <div className="text-md text-white">v{latestVersion.id.split('.')[0]}</div>
127
<div className="text-sm text-white/60">Latest version</div>
128
</a>
129
<div>
0 commit comments