Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
totraev committed Nov 23, 2024
1 parent 3c7ae5e commit 64c0e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Dialog/MobileDialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ export const Default: Story = {
}}
>
<DialogHeader
title="Bitcoin Inscriptions"
className="b-text-primary-main"
onClose={() => {
setVisibility(false);
}}
>
Bitcoin Inscriptions
<Text>Subtitle</Text>
</DialogHeader>

<DialogBody className="b-pb-8 b-pt-4 b-text-primary-dark">
Expand Down

0 comments on commit 64c0e47

Please sign in to comment.