diff --git a/src/pages/Index.jsx b/src/pages/Index.jsx
index 1e1792e..9e5a9df 100644
--- a/src/pages/Index.jsx
+++ b/src/pages/Index.jsx
@@ -7,7 +7,7 @@ const Index = () => {
const [feedCounts, setFeedCounts] = useState({});
const [totalItemCount, setTotalItemCount] = useState(0);
- const REACT_APP_NODE_ENV = "bla";
+ const REACT_APP_NODE_ENV = "unknown";
const buildNumber = import.meta.env.REACT_APP_BUILDNUMBER || 'unknown';
useEffect(() => {
diff --git a/src/pages/Skus.jsx b/src/pages/Skus.jsx
index 837c3af..d8e18c1 100644
--- a/src/pages/Skus.jsx
+++ b/src/pages/Skus.jsx
@@ -94,7 +94,7 @@ const Skus = () => {
>
{item.title}
{!item.videoUrl && Video coming soon
}
- {item.videoUrl && }
+ {item.videoUrl && }
))
}
@@ -114,7 +114,7 @@ const Skus = () => {
>
{item.title}
{!item.videoUrl && Video coming soon
}
- {item.videoUrl && }
+ {item.videoUrl && }
))
}
@@ -129,7 +129,7 @@ const Skus = () => {
handleClick(item.id)}>
{item.title}
{!item.videoUrl &&
Video coming soon
}
- {item.videoUrl &&
}
+ {item.videoUrl &&
}
))}
diff --git a/src/styles.css b/src/styles.css
index 3a1c6b2..af8851b 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -445,7 +445,6 @@ h1 {
position: absolute;
bottom: 29px;
left: 36%;
- background-image: url(play-button.png);
height: 30px;
width: 30px;
background-repeat: no-repeat;
@@ -453,6 +452,11 @@ h1 {
background-position: center;
}
+.video-box .play .img-play {
+ height: 100%;
+ width: 100%;
+}
+
.video-box .coming-soon-small {
position: absolute;
bottom: 30px;