From 69c3b5de37ae7e0596fbc88bd7d1ec3eaa4b7ac7 Mon Sep 17 00:00:00 2001
From: Victor Lin <13424970+victorlin@users.noreply.github.com>
Date: Fri, 24 May 2024 17:22:33 -0700
Subject: [PATCH] Add line above footer on splash component
With the new sitemap at the top of the footer, it makes more sense to
render this on not only GenericPage but also pages that use Splash.
---
static-site/src/components/splash/index.jsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/static-site/src/components/splash/index.jsx b/static-site/src/components/splash/index.jsx
index b17b1e2db..82a28acee 100644
--- a/static-site/src/components/splash/index.jsx
+++ b/static-site/src/components/splash/index.jsx
@@ -8,7 +8,7 @@ import communityDatasets from "../../../content/community-datasets.yaml";
import narrativeCards from "../Cards/narrativeCards";
import Title from "./title";
import * as Styles from "./styles";
-import { SmallSpacer, BigSpacer, HugeSpacer, FlexCenter } from "../../layouts/generalComponents";
+import { SmallSpacer, BigSpacer, HugeSpacer, FlexCenter, Line } from "../../layouts/generalComponents";
import Footer from "../Footer";
import { createGroupCards } from "./groupCards";
import { UserContext } from "../../layouts/userDataWrapper";
@@ -204,6 +204,7 @@ class Splash extends React.Component {
+