Skip to content

Commit

Permalink
fix: EmptyState example
Browse files Browse the repository at this point in the history
  • Loading branch information
renatamottam committed Jan 15, 2025
1 parent 1db1e4b commit 743b861
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions apps/site/pages/components/organisms/empty-state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ This component can be used to represent an empty state.
>
<Button
variant="secondary"
icon={
<Icon name="fs-seal-warning" size={56} />
}
icon={ <Icon name="fs-tag" />}
iconPosition="left"
>
Browse Offers
Expand Down Expand Up @@ -110,9 +108,7 @@ This component can be used to represent an empty state.
>
<Button
variant="secondary"
icon={
<Icon name="fs-seal-warning" size={56} />
}
icon={ <Icon name="fs-tag" />}
iconPosition="left"
>
Browse Offers
Expand Down

0 comments on commit 743b861

Please sign in to comment.