mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 21:15:50 +00:00
Resources updated with articles links
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user