diff --git a/src/components/HistoricalLinks.js b/src/components/HistoricalLinks.js
new file mode 100644
index 0000000..b734a2c
--- /dev/null
+++ b/src/components/HistoricalLinks.js
@@ -0,0 +1,28 @@
+import React from "react";
+
+export const HistoricalLinks = () => {
+ return (
+
+ );
+};
diff --git a/src/components/Timeline.js b/src/components/Timeline.js
index 170487c..d2bf051 100644
--- a/src/components/Timeline.js
+++ b/src/components/Timeline.js
@@ -2,6 +2,7 @@ import React, { useRef, useEffect, useState } from "react";
import { motion, useScroll, useSpring } from "framer-motion";
import TimelineIcon from "./TimelineIcon";
import { getTimeline } from "@/data/webData";
+import { HistoricalLinks } from "./HistoricalLinks";
// import timeline1Img from "../images/timeline-1.jpg";
// import timeline2Img from "../images/timeline-2.jpg";
// import timeline3Img from "../images/timeline-3.jpg";
@@ -79,6 +80,7 @@ const Timeline = () => {
/>
))}
+
diff --git a/src/data/webData.js b/src/data/webData.js
index 4a9e836..c650d5e 100644
--- a/src/data/webData.js
+++ b/src/data/webData.js
@@ -98,7 +98,7 @@ const data = {
src: timeline2Img,
date: "2011",
title: "First Civic App Released",
- text: "We made it offical and released our first app aimed to help and improve our community.",
+ text: "Code for Hawaii became official and released its first app aimed to help and improve the community.",
},
{