Skip to content

Commit

Permalink
Update PageErrors.tsx
Browse files Browse the repository at this point in the history
fix: removed sizes from ExclamationTriangleIcon
  • Loading branch information
amananand20 authored and carma12 committed Jan 10, 2024
1 parent bf93d01 commit 3022ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/errors/PageErrors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ErrorPage = (text: string) => {
<>
<div style={{ alignSelf: "center" }}>
<Icon status="warning" size="xl" className="pf-v5-u-mt-4xl">
<ExclamationTriangleIcon sizes="lg" />
<ExclamationTriangleIcon />
</Icon>
</div>
<div style={{ alignSelf: "center" }}>
Expand Down

0 comments on commit 3022ab4

Please sign in to comment.