Skip to content

Commit

Permalink
Merge branch 'point'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Jul 17, 2024
2 parents 6bc085d + 7b03ead commit 32bc3d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import { useTranslation } from 'react-i18next';
import { SettingsItem } from '@/routes/settings/components/settingsItem/settingsItem';
import { ChevronRightDark, WarningOutlined } from '@/components/icon';
import { ChevronRightDark, WarningOutlined, PointToBitBox02 } from '@/components/icon';
import { Dialog, DialogButtons } from '@/components/dialog/dialog';
import { Button, Checkbox } from '@/components/forms';
import { ChangeEvent, useState } from 'react';
Expand Down Expand Up @@ -138,6 +138,7 @@ const FactoryResetWaitDialog = ({ isConfirming }: TWaitDialog) => {
<WaitDialog
title={t('reset.title')} >
{t('bitbox02Interact.followInstructions')}
<PointToBitBox02 />
</WaitDialog>
);

Expand Down

0 comments on commit 32bc3d6

Please sign in to comment.