Resources updated with articles links

This commit is contained in:
rockyeverlast
2024-04-12 16:50:47 +05:30
parent 8bcd063ce1
commit 3a9eaa0a30
8 changed files with 213 additions and 137 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable no-unused-vars */
import React from "react";
import React, { useEffect } from "react";
import { Box, Text, Image } from "@chakra-ui/react";
import { Avatar, AvatarBadge, AvatarGroup } from "@chakra-ui/react";
import banner from "../../assets/images/articleInternalbanner.png";
@@ -14,6 +14,9 @@ import reddit from "../../assets/images/reddit.png";
import fb from "../../assets/images/fb.png";
const ArticleInternalTwo = () => {
useEffect(() => {
window.scrollTo(0, 0);
}, []);
return (
<>
<Box
@@ -409,9 +412,9 @@ const ArticleInternalTwo = () => {
content: '""',
width: "100%",
position: "absolute",
left: "0",
borderLeft: "1px solid #DE858E",
zIndex: "2",
// left: "0",
// borderLeft: "1px solid #DE858E",
// zIndex: "2",
left: "-14px",
borderLeft: "3px solid #DE858E",
zIndex: "2",