Skip to content

Commit

Permalink
Remove unused css.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 10, 2024
1 parent e21bef1 commit 10cdf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/landing/src/components/feature.updates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class FeatureUpdates extends Component<FeatureUpdatesProps, FeatureUpdate
data-icon={'ic_whats_new_updates'}
aria-label={'whats_new_icon'}
>
<img src="assets/whats_new_updates.svg" alt="whats_new_icon" className="LuiIcon__image" />
<img src="assets/whats_new_updates.svg" alt="whats_new_icon" />
</span>
);
}
Expand Down

0 comments on commit 10cdf06

Please sign in to comment.