mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
fix: move all background images to one folder
This commit is contained in:
parent
677e56f435
commit
8c6454e3b3
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
@ -18,7 +18,7 @@ const ConnectDevicePage = () => {
|
||||
return (
|
||||
<PageWrapperShadow
|
||||
breadcrumbBar={<BreadcrumbBar breadcrumbList={['Nodes', 'Nimbus', 'Connect Device']} />}
|
||||
rightImageSrc="src/assets/bg-img/day-night-bg.png"
|
||||
rightImageSrc="/background-images/day-night-bg.png"
|
||||
>
|
||||
<div className="connection-page">
|
||||
<XStack justifyContent={'space-between'}>
|
||||
|
@ -6,7 +6,7 @@ import NodesLogo from '../../components/Logos/NodesLogo'
|
||||
function LandingPage() {
|
||||
return (
|
||||
<>
|
||||
<PageWrapperShadow rightImageSrc="src/assets/bg-img/landing-page-bg.png">
|
||||
<PageWrapperShadow rightImageSrc="/background-images/landing-page-bg.png">
|
||||
<div className="landing-page">
|
||||
<header>
|
||||
<NodesLogo />
|
||||
|
Loading…
x
Reference in New Issue
Block a user