des trucs

This commit is contained in:
mepiphana2023
2024-11-29 14:07:03 +01:00
parent 7e94f90e2b
commit a7c12bf807
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}&#128227; Sortie.com &#128266;{% endblock %}</title>
<title>{% block title %}&#128227; Sortir.com &#128266;{% endblock %}</title>
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}

View File

@@ -16,7 +16,7 @@
<nav class="flex justify-between items-center py-4 px-6 shadow-md bg-gradient-to-r from-[#2A8D57] via-[#008167] to-[#1B5667]">
<a href="/" class="flex items-center space-x-3">
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-10">
<h3 class="text-3xl text-white font-bold">Sortie</h3>
<h3 class="text-3xl text-white font-bold">Sortir</h3>
</a>
<ul class="hidden md:flex space-x-6 text-white font-medium">