fix: add bg image to the connect device page
This commit is contained in:
parent
85e8112a81
commit
63cdd0eea2
|
@ -18,6 +18,7 @@ const ConnectDevicePage = () => {
|
||||||
return (
|
return (
|
||||||
<PageWrapperShadow
|
<PageWrapperShadow
|
||||||
breadcrumbBar={<BreadcrumbBar breadcrumbList={['Nodes', 'Nimbus', 'Connect Device']} />}
|
breadcrumbBar={<BreadcrumbBar breadcrumbList={['Nodes', 'Nimbus', 'Connect Device']} />}
|
||||||
|
rightImageSrc="src/assets/bg-img/day-night-bg.png"
|
||||||
>
|
>
|
||||||
<div className="connection-page">
|
<div className="connection-page">
|
||||||
<XStack justifyContent={'space-between'}>
|
<XStack justifyContent={'space-between'}>
|
||||||
|
|
Loading…
Reference in New Issue