fix: add bg image to the connect device page

This commit is contained in:
Ivana Andersson 2023-08-15 10:26:02 +03:00
parent 85e8112a81
commit 63cdd0eea2
1 changed files with 1 additions and 0 deletions

View File

@ -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'}>