From 951f85ab22b094f55094a1c164e6458f4e90e460 Mon Sep 17 00:00:00 2001 From: HalfManBear <89969229+halfmanbear@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:36:57 +0100 Subject: [PATCH] Update index.jsx --- src/index.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/index.jsx b/src/index.jsx index 1d88537..b4aa085 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,5 +1,6 @@ import { useLocation } from 'preact-iso'; -import openneptuneLogo from 'https://github.com/raw/OpenNeptune3D/slicer-generator/main/src/assets/OpenNept4une.svg'; +// Import statement for the logo is commented out because it's causing build issues +// import openneptuneLogo from '../assets/OpenNept4une.svg'; export function Header() { const { url } = useLocation(); @@ -7,13 +8,14 @@ export function Header() { return (
- + {/* Commenting out the logo image as it is causing build issues */} + {/* */}