From 7468d74b924b6cf9b2da3fe17ea37dd53ec98d36 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Thu, 17 Oct 2024 20:26:00 +0200 Subject: [PATCH] hotfix --- src/styles/loader.css | 2 ++ src/views/Finder.tsx | 2 +- src/views/Home.tsx | 32 +++++++++++--------------------- 3 files changed, 14 insertions(+), 22 deletions(-) diff --git a/src/styles/loader.css b/src/styles/loader.css index 69525a8..c991f95 100644 --- a/src/styles/loader.css +++ b/src/styles/loader.css @@ -1,3 +1,5 @@ +/** Spinner */ + .loader { width: 48px; height: 48px; diff --git a/src/views/Finder.tsx b/src/views/Finder.tsx index a868e9d..2869a8d 100644 --- a/src/views/Finder.tsx +++ b/src/views/Finder.tsx @@ -1,6 +1,6 @@ import { createSignal, onCleanup, onMount } from "solid-js"; import { useNavigate } from "@solidjs/router"; -import L, { Icon } from 'leaflet'; +import L from 'leaflet'; import { FaSolidLocationPin } from "solid-icons/fa"; import Navbar from "../partials/Navbar"; import Api from "../helpers/Api"; diff --git a/src/views/Home.tsx b/src/views/Home.tsx index 0cf2064..3ab665a 100644 --- a/src/views/Home.tsx +++ b/src/views/Home.tsx @@ -17,27 +17,17 @@ function Home() {
-
-
-
- {/* TODO: Agregar icono */} - -
-
-
-

- - - - - Malackathon - -

- -
+

+ + + + + Malackathon + +

+