Skip to content

Commit e24377c

Browse files
author
mkrause
committed
Remove a few more unnecessary import rules.
1 parent 6258f90 commit e24377c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

scripts/import.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,7 @@ const runImportIcons = async (args: ScriptArgs) => {
152152
.toLowerCase();
153153

154154
const skippedIcons: Array<string> = [
155-
'apache', // Skip other company/project icons
156155
'ai-guardrails', // Same as "send"?
157-
'complete', // Same as "success"?
158-
'table-settings', // Same as "edit-params"?
159156
'cross-large',
160157
'cross-small',
161158
];

src/components/graphics/PlaceholderEmpty/PlaceholderEmpty.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type PlaceholderEmptyProps = React.PropsWithChildren<ComponentProps<'div'
2121
/** A size of this component. Defaults to "large". */
2222
size?: undefined | PlaceholderEmptySize,
2323

24-
/** An icon type of this component. Defaults to "graph". */
24+
/** The icon to show in the placeholder. */
2525
icon?: undefined | IconName,
2626

2727
/** A custom icon of this component. */

0 commit comments

Comments
 (0)