File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
frontends/web/src/routes/settings/components/device-settings Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import { useTranslation } from 'react-i18next' ;
18
18
import { SettingsItem } from '@/routes/settings/components/settingsItem/settingsItem' ;
19
- import { ChevronRightDark , WarningOutlined } from '@/components/icon' ;
19
+ import { ChevronRightDark , WarningOutlined , PointToBitBox02 } from '@/components/icon' ;
20
20
import { Dialog , DialogButtons } from '@/components/dialog/dialog' ;
21
21
import { Button , Checkbox } from '@/components/forms' ;
22
22
import { ChangeEvent , useState } from 'react' ;
@@ -138,6 +138,7 @@ const FactoryResetWaitDialog = ({ isConfirming }: TWaitDialog) => {
138
138
< WaitDialog
139
139
title = { t ( 'reset.title' ) } >
140
140
{ t ( 'bitbox02Interact.followInstructions' ) }
141
+ < PointToBitBox02 />
141
142
</ WaitDialog >
142
143
) ;
143
144
You can’t perform that action at this time.
0 commit comments