File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
frontends/web/src/routes/device/bitbox01/settings Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ import Reset from './components/reset';
3030import UpgradeFirmware from '../components/upgradefirmware' ;
3131import { SettingsButton } from '../../../../components/settingsButton/settingsButton' ;
3232import { SettingsItem } from '../../../../components/settingsButton/settingsItem' ;
33+ import { ContentWrapper } from '@/components/contentwrapper/contentwrapper' ;
34+ import { Banner } from '@/components/banners/banner' ;
3335
3436type Props = {
3537 deviceID : string ;
@@ -77,6 +79,9 @@ export const Settings = ({ deviceID }: Props) => {
7779 < div className = "contentWithGuide" >
7880 < div className = "container" >
7981 < div className = "innerContainer scrollableContainer" >
82+ < ContentWrapper >
83+ < Banner msgKey = "bitbox01" />
84+ </ ContentWrapper >
8085 < Header title = { < h2 > { name === null ? '' : name || 'BitBox' } </ h2 > } />
8186 < div className = "content padded" >
8287 < div className = "columnsContainer" >
You can’t perform that action at this time.
0 commit comments