From e8292e542473530a0064caf147381861812d9cd7 Mon Sep 17 00:00:00 2001 From: Lucasha11 Date: Mon, 6 Nov 2023 17:25:40 -0500 Subject: [PATCH] Draft 1 Footer --- src/_components/Footer.jsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/_components/Footer.jsx b/src/_components/Footer.jsx index 1e3ddde8..8b83c8fc 100644 --- a/src/_components/Footer.jsx +++ b/src/_components/Footer.jsx @@ -1,6 +1,4 @@ -import React from "https://esm.sh/react" - -export default function Footer({ title, faq_url}) { +export default function Footer({ title, faq_url, blueprint_url}) { return ( ); -} \ No newline at end of file +}