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 (
|
||||
<PageWrapperShadow
|
||||
breadcrumbBar={<BreadcrumbBar breadcrumbList={['Nodes', 'Nimbus', 'Connect Device']} />}
|
||||
rightImageSrc="src/assets/bg-img/day-night-bg.png"
|
||||
>
|
||||
<div className="connection-page">
|
||||
<XStack justifyContent={'space-between'}>
|
||||
|
|
Loading…
Reference in New Issue