mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
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…
x
Reference in New Issue
Block a user