des trucs
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{% block title %}📣 Sortie.com 🔊{% endblock %}</title>
|
<title>{% block title %}📣 Sortir.com 🔊{% endblock %}</title>
|
||||||
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
|
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
{{ encore_entry_link_tags('app') }}
|
{{ encore_entry_link_tags('app') }}
|
||||||
|
|||||||
@@ -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]">
|
<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">
|
<a href="/" class="flex items-center space-x-3">
|
||||||
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-10">
|
<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>
|
</a>
|
||||||
|
|
||||||
<ul class="hidden md:flex space-x-6 text-white font-medium">
|
<ul class="hidden md:flex space-x-6 text-white font-medium">
|
||||||
|
|||||||
Reference in New Issue
Block a user