diff --git a/src/components/ArticleInternalSeven/ArticleInternalSeven.jsx b/src/components/ArticleInternalSeven/ArticleInternalSeven.jsx new file mode 100644 index 0000000..e69de29 diff --git a/src/components/HomePage/Resources.jsx b/src/components/HomePage/Resources.jsx index 06b0280..d9559bf 100644 --- a/src/components/HomePage/Resources.jsx +++ b/src/components/HomePage/Resources.jsx @@ -3,6 +3,12 @@ import { Box, Container, Text, Image, Button } from "@chakra-ui/react"; import HomeCard from "../Card/HomeCard"; const content = [ + { + id: 7, + date: `Published: January 12, 2022`, + text: `Rubix Video`, + link: `Demo`, + }, { id: 1, date: `Published: January 5, 2023`, @@ -40,12 +46,6 @@ const content = [ text: `Rubix: The Sustainable Blockchain Solution — a Green Initiative`, link: `rubix-the-sustainable-blockchain-solution-a-green-initiative`, }, - // { - // id: 7, - // date: `Published: January 12, 2022`, - // text: `Enterprise blockchains on a Public Chain`, - // link: `enterprise-blockchains-on-a-public-chain`, - // }, ]; const Content = {