Modificar logos y tema

This commit is contained in:
2026-08-04 00:44:56 +02:00
parent c3dc7139cb
commit 4d76e7b7e3
3 changed files with 88 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
<script setup>
import { Head, Link } from '@inertiajs/vue3';
import ApplicationLogo from '@/Components/ApplicationLogo.vue';
defineProps({
canLogin: {
@@ -19,7 +20,7 @@ defineProps({
<header class="hero-card rounded-4 px-3 px-lg-4 py-3 mb-4">
<div class="d-flex flex-column flex-lg-row align-items-lg-center justify-content-between gap-3">
<div class="d-flex align-items-center gap-3">
<div class="brand-badge">GT</div>
<ApplicationLogo style="height: 48px; width: 48px;" />
<div>
<h1 class="h4 mb-1">Gestor de Tareas</h1>
<p class="text-muted mb-0 small">Organiza proyectos, prioriza tareas y avanza sin perder el control.</p>