Skip to content

Commit b81abf2

Browse files
authored
Apply suggestion from @kylegach
1 parent 3d28b42 commit b81abf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontpage/components/home/hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function Hero({
123123
className="md:hidden"
124124
href="https://github.com/storybookjs/storybook/releases"
125125
>
126-
<div className="text-md text-white">v{latestVersion.id}</div>
126+
<div className="text-md text-white">v{latestVersion.id.split('.')[0]}</div>
127127
<div className="text-sm text-white/60">Latest version</div>
128128
</a>
129129
<div>

0 commit comments

Comments
 (0)