Skip to content

Commit 7b03ead

Browse files
committed
frontend/bitbox02/factoryreset: show PointToBitBox02
1 parent 51581aa commit 7b03ead

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontends/web/src/routes/settings/components/device-settings/factory-reset-setting.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import { useTranslation } from 'react-i18next';
1818
import { SettingsItem } from '@/routes/settings/components/settingsItem/settingsItem';
19-
import { ChevronRightDark, WarningOutlined } from '@/components/icon';
19+
import { ChevronRightDark, WarningOutlined, PointToBitBox02 } from '@/components/icon';
2020
import { Dialog, DialogButtons } from '@/components/dialog/dialog';
2121
import { Button, Checkbox } from '@/components/forms';
2222
import { ChangeEvent, useState } from 'react';
@@ -142,6 +142,7 @@ const FactoryResetWaitDialog = ({ isConfirming }: TWaitDialog) => {
142142
<WaitDialog
143143
title={t('reset.title')} >
144144
{t('bitbox02Interact.followInstructions')}
145+
<PointToBitBox02 />
145146
</WaitDialog>
146147
);
147148

0 commit comments

Comments
 (0)