From 60007c2c4ba7cd5b338562cdbfa0d6e25dfc6954 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 21 Mar 2024 12:12:20 +0100 Subject: [PATCH] Updates files --- src/App.tsx | 3 --- src/NewNavBar.tsx | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f9fb464..32e825c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,6 @@ import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import { Analytics } from "@vercel/analytics/react" import NavBar from '../src/NewNavBar'; -import imagePathWhite from '../src/assets/lvtcw.png' import '../src/index.css' import Home from '../src/index'; import Products from '../src/assets/routes/pages/tools'; @@ -22,8 +21,6 @@ const App = () => {
- Levetica -

Levetica

} /> } /> diff --git a/src/NewNavBar.tsx b/src/NewNavBar.tsx index 4d62644..564e269 100644 --- a/src/NewNavBar.tsx +++ b/src/NewNavBar.tsx @@ -1,8 +1,11 @@ import { NavLink } from 'react-router-dom'; +import imagePathWhite from '../src/assets/lvtcw.png' const NavBar = ({ links }) => { return (