Skip to content

Commit 32bc3d6

Browse files
committed
Merge branch 'point'
2 parents 6bc085d + 7b03ead commit 32bc3d6

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';
@@ -138,6 +138,7 @@ const FactoryResetWaitDialog = ({ isConfirming }: TWaitDialog) => {
138138
<WaitDialog
139139
title={t('reset.title')} >
140140
{t('bitbox02Interact.followInstructions')}
141+
<PointToBitBox02 />
141142
</WaitDialog>
142143
);
143144

0 commit comments

Comments
 (0)