From 9015c80a1232e1d0e5ad85e6b61485787f80735f Mon Sep 17 00:00:00 2001 From: Oliver Bryan Date: Sun, 8 Feb 2026 09:42:45 +0000 Subject: [PATCH] fixed weird spacing issue --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9754da20..a4969e0d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,7 @@ import { Mail, Notes, } from "@nsmr/pixelart-react"; -import { useEffect, useState } from "react"; +import { Fragment, useEffect, useState } from "react"; import { Link, Route, Routes, useNavigate, useParams } from "react-router-dom"; import { AskAI } from "@/components/ask-ai"; import { ProjectListItem } from "@/components/ProjectListItem"; @@ -466,7 +466,7 @@ function Home() {
{locations.map((location, index) => ( -
+
))} -
+ ))}