Remove warning for getting background image

This commit is contained in:
RadoslavDimchev 2023-07-22 15:46:35 +03:00
parent 3ada7923b5
commit 9e9d77c6d2

View File

@ -47,8 +47,7 @@ const DeviceHealthCheck = () => {
</YStack>
<BackgroundImage
style={{
background:
"url(/public/background-images/eye-background.png) no-repeat",
background: "url(/background-images/eye-background.png) no-repeat",
}}
/>
</PageWrapper>