Skip to content

Commit

Permalink
[sparkle] - fix: update Citation title in storybook component
Browse files Browse the repository at this point in the history
 - Change the title of the Citation component in stories to "Citation w/ tooltip" for better context in examples
  • Loading branch information
JulesBelveze committed Jan 21, 2025
1 parent 8e6e072 commit ff1fa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkle/src/stories/Citation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const CitationsExample = () => (
<CitationIcons>
<Icon visual={SlackLogo} size="sm" />
</CitationIcons>
<CitationTitle>Slack thread</CitationTitle>
<CitationTitle>Citation w/ tooltip</CitationTitle>
<CitationDescription>
@ed at 16:32 This is the latest ve
</CitationDescription>
Expand Down

0 comments on commit ff1fa90

Please sign in to comment.