fix: move all background images to one folder

This commit is contained in:
RadoslavDimchev 2023-08-15 13:12:39 +03:00
parent 677e56f435
commit 8c6454e3b3
4 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

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

View File

@ -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 />