mobile changes
This commit is contained in:
@@ -228,7 +228,7 @@ const MobileView = ({ isOpen, onClose, finalRef, actionId }) => {
|
||||
h={"130px"}
|
||||
w={"100%"}
|
||||
src={
|
||||
"https://tanami.betadelivery.com/" +
|
||||
import.meta.env.VITE_IMAGE_URL+
|
||||
artifactsImage[0]?.artifactPathName
|
||||
}
|
||||
/>
|
||||
@@ -360,7 +360,7 @@ const MobileView = ({ isOpen, onClose, finalRef, actionId }) => {
|
||||
justifyContent={"center"}
|
||||
alignItems={"center"}
|
||||
src={
|
||||
"https://tanami.betadelivery.com/" +
|
||||
import.meta.env.VITE_IMAGE_URL+
|
||||
item?.icon.iconFilePath
|
||||
}
|
||||
w={8}
|
||||
@@ -431,7 +431,7 @@ const MobileView = ({ isOpen, onClose, finalRef, actionId }) => {
|
||||
>
|
||||
<source
|
||||
src={
|
||||
IObyID?.data?.artifactsVideo?.[0]
|
||||
import.meta.env.VITE_IMAGE_URL+IObyID?.data?.artifactsVideo?.[0]
|
||||
?.artifactStreamingURL
|
||||
}
|
||||
type="video/mp4"
|
||||
|
||||
Reference in New Issue
Block a user