Skip to content

Commit

Permalink
fix: release wording
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Mar 1, 2024
1 parent 9a575f4 commit b22d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/src/utils/storybook/StoryPageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const StoryPageWrapper = (props: StoryPageWrapperTypes): React.ReactElement => {
icon={AnnouncementIcon}
target="_blank"
>
Release: v{componentMetaInfo.releasedIn}
Released In: v{componentMetaInfo.releasedIn}
</Button>
) : null}
{props.figmaURL ? (
Expand Down

0 comments on commit b22d5e5

Please sign in to comment.