From 1f5fb22205f482c94d97c8ff5edaa465c8e64ff3 Mon Sep 17 00:00:00 2001 From: Weile Date: Tue, 17 Sep 2024 15:36:24 -0400 Subject: [PATCH] update timeline coloring --- components/timeline.jsx | 1 + pages/index.jsx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/timeline.jsx b/components/timeline.jsx index 21c9951..794c481 100644 --- a/components/timeline.jsx +++ b/components/timeline.jsx @@ -22,6 +22,7 @@ export default function Timeline({ events }) { Subscribe to our events calendar diff --git a/pages/index.jsx b/pages/index.jsx index 755b6f9..f03d737 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -6,8 +6,6 @@ import Layout from "@/components/layout"; import SponsorSection from "@/components/sponsorSection"; import CompanySection from "@/components/companySection"; import Timeline from "@/components/timeline"; -import Wave from "@/components/wave"; -import Wave180 from "@/components/wave180"; import CommunityImages from "@/components/communityImages"; import loadStaticData from "@/shared/static"; import Image from "next/image"; @@ -72,7 +70,9 @@ export default function Home({ > {timeline.show_on_homepage && (
-

{timeline.title}

+

+ {timeline.title} +

)}