From f063d786acb144bf48efbe95a4a6f53b9fdfaa92 Mon Sep 17 00:00:00 2001 From: Christopher Carroll Smith Date: Mon, 18 Mar 2024 12:13:06 -0400 Subject: [PATCH] Fixed a few broken nav links --- src/components/SimpleNav.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/SimpleNav.tsx b/src/components/SimpleNav.tsx index e598d5f..0acbd64 100644 --- a/src/components/SimpleNav.tsx +++ b/src/components/SimpleNav.tsx @@ -1,6 +1,5 @@ import React from 'react'; import { HashLink } from 'react-router-hash-link'; -import { Link } from 'react-router-dom'; import './SimpleNav.css'; const FullNav: React.FC = () => { @@ -8,24 +7,24 @@ const FullNav: React.FC = () => {
Home - + Contact - + Story - + Events - + Credits - - Privacy Policy - Store + + Privacy Policy +
);