Skip to content

Commit

Permalink
chore: adjust storybook hero-image-right-logos vh full
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 2, 2024
1 parent 1661b8a commit ba19082
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/stories/templates/hero/hero-image-right-logos.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ const MOCK = {
}

const HeroDisplay = `
<Container class="surface-ground">
<div class="min-h-[calc(100vh-56px)] flex justify-center items-center relative py-10 md:py-0">
<HeroBlockBase
align="center"
:title="args.hero.title"
Expand Down Expand Up @@ -87,7 +89,9 @@ const HeroDisplay = `
</div>
</template>
</HeroBlockBase>
</Container>`
</div>
</Container>
`

const Template = (args) => ({
components: { HeroBlockBase, LinkButton, ContentLogoBlock, ImageSwitcher, Container },
Expand Down

0 comments on commit ba19082

Please sign in to comment.