Skip to content

Commit

Permalink
fix(app): fix error boundary icon
Browse files Browse the repository at this point in the history
current error boundary uses a wrong icon. This PR fixes that

RQA-1168
  • Loading branch information
koji committed Jul 31, 2023
1 parent 67fe75d commit 7a451a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App/OnDeviceDisplayAppFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function OnDeviceDisplayAppFallback({
}
const modalHeader: ModalHeaderBaseProps = {
title: t('error_boundary_title'),
iconName: 'information',
iconName: 'ot-alert',
iconColor: COLORS.red2,
}

Expand Down

0 comments on commit 7a451a4

Please sign in to comment.