diff --git a/src/views/dvm-feed/index.tsx b/src/views/dvm-feed/index.tsx index 4c447f4a0..9d88c7cf6 100644 --- a/src/views/dvm-feed/index.tsx +++ b/src/views/dvm-feed/index.tsx @@ -1,4 +1,4 @@ -import { SimpleGrid } from "@chakra-ui/react"; +import { Heading, Link, SimpleGrid, Text } from "@chakra-ui/react"; import VerticalPageLayout from "../../components/vertical-page-layout"; import DVMCard from "./components/dvm-card"; @@ -20,6 +20,13 @@ function DVMFeedHomePage() { return ( + DVM Feeds + + Learn more about data vending machines here:{" "} + + https://www.data-vending-machines.org/ + + {DMVs.map((appData) => (