Skip to content

Commit

Permalink
feat: add about-path, story to BlockFloatingHighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuola committed Dec 5, 2023
1 parent dc3241f commit d190b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stories/BlockFloatingHighlight.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ function Template(args) {

export const Default = Template.bind({})

export const About = Template.bind({})
About.args = {
image: null,
to: '/about/foo/bar/',
}

export const ShortTitle = Template.bind({})
ShortTitle.args = {
title: 'Seven Seas'
Expand Down

0 comments on commit d190b19

Please sign in to comment.