hotfix
This commit is contained in:
parent
d6fe70b38e
commit
7468d74b92
@ -1,3 +1,5 @@
|
|||||||
|
/** Spinner */
|
||||||
|
|
||||||
.loader {
|
.loader {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { createSignal, onCleanup, onMount } from "solid-js";
|
import { createSignal, onCleanup, onMount } from "solid-js";
|
||||||
import { useNavigate } from "@solidjs/router";
|
import { useNavigate } from "@solidjs/router";
|
||||||
import L, { Icon } from 'leaflet';
|
import L from 'leaflet';
|
||||||
import { FaSolidLocationPin } from "solid-icons/fa";
|
import { FaSolidLocationPin } from "solid-icons/fa";
|
||||||
import Navbar from "../partials/Navbar";
|
import Navbar from "../partials/Navbar";
|
||||||
import Api from "../helpers/Api";
|
import Api from "../helpers/Api";
|
||||||
|
@ -17,14 +17,6 @@ function Home() {
|
|||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="column is-half">
|
<div class="column is-half">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="columns is-centered is-vcentered is-mobile">
|
|
||||||
<div class="column is-4">
|
|
||||||
<figure class="image is-128x128">
|
|
||||||
{/* TODO: Agregar icono */}
|
|
||||||
<img src="https://bulma.io/assets/images/placeholders/128x128.png" />
|
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
<div class="column is-8">
|
|
||||||
<p class="title">
|
<p class="title">
|
||||||
<span class="icon-text">
|
<span class="icon-text">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
@ -42,8 +34,6 @@ function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<p>TODO: Agregar tarjetitas guapas</p>
|
<p>TODO: Agregar tarjetitas guapas</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user