Skip to content

Commit 7206aed

Browse files
author
Hector Arce De Las Heras
committed
Improve title text for storybook cover
1 parent 1d1df32 commit 7206aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/overview/introduction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const Introduction = () => {
2424
>
2525
<div className="welcome-text-container">
2626
<h2 className="welcome_title">Kubit | web-components</h2>
27-
<h4 className="welcome_version">{`v.${Package.version}| Saturn`}</h4>
27+
<h4 className="welcome_version">{`v.${Package.version} | Saturn`}</h4>
2828
</div>
2929
</div>
3030
);

0 commit comments

Comments
 (0)