Compare commits

..

1 Commits

Author SHA1 Message Date
victorAnumudu ec640bfcc7 Lnd display bug fixed 2023-11-03 16:23:11 +01:00
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ function HeroHomeOne() {
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<img src={heroThumbTwo} alt="" width="100%" height="100%" />
<img src={heroThumbTwo} alt="" />
</div>
</div>
</div>
+1 -1
View File
@@ -43,7 +43,7 @@ function TrafficHomeOne() {
data-wow-delay="200ms"
src={thumb}
alt=""
style={{ zIndex: "0", minHeight: "300px", minWidth: "400px", width: "100%" }}
style={{ zIndex: "0", minHeight: "300", minWidth: "400" }}
/>
</div>
</div>
@@ -39,7 +39,6 @@ function CustomSlider({ images, speed, indicatorColor, indicatorClass }) {
src={image}
alt="image"
style={{
width: "100%",
minWidth: "100%",
maxHeight: "695px",
height: "100%",
+3 -3
View File
@@ -44,9 +44,9 @@ const Lnd = ({setnavbar,setfooter,setbrdcum}) => {
const [ytShow , setytShow] = useState (false)
useEffect(() => {
setfooter({f2 : true})
setnavbar({n3 : true})
setbrdcum({b2 : true})
// setfooter({f2 : true})
// setnavbar({n3 : true})
// setbrdcum({b2 : true})
localStorage.setItem("navbar","darkhome")
}, [])