Skip to content

Commit

Permalink
[core] docs(EntityTitle): change example icon to "shop" (#6669)
Browse files Browse the repository at this point in the history
  • Loading branch information
benrucker authored Jan 23, 2024
1 parent f12478b commit c7791e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const EntityTitleExample: React.FC<ExampleProps> = props => {
<EntityTitle
ellipsize={ellipsize}
heading={getHeading(heading)}
icon={icon ? IconNames.Circle : undefined}
icon={icon ? IconNames.Shop : undefined}
loading={loading}
title="Buy groceries on my way home"
subtitle={withSubtitle ? "Reminder set for today at 6:00 PM" : undefined}
Expand Down

1 comment on commit c7791e3

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] docs(EntityTitle): change example icon to "shop" (#6669)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.