feat/login #10

Open
maurine wants to merge 28 commits from feat/login into main
Showing only changes of commit d2ffdcbc0d - Show all commits
+1 -1
View File
1
@@ -24,7 +24,7 @@
{# Onglet : Mon offre #} {# Onglet : Mon offre #}
<li> <li>
{# TODO : créer la route {{ path('app_offres') }} #} {# TODO : créer la route {{ path('app_offres') }} #}
<a href="#" <a href="https://kaz.bzh/offres/" target=_blank"
class="px-4 py-2 text-sm font-semibold transition-colors block text-gris-fonce hover:bg-gris-clair hover:text-text rounded-lg border border-transparent flex items-center gap-1"> class="px-4 py-2 text-sm font-semibold transition-colors block text-gris-fonce hover:bg-gris-clair hover:text-text rounded-lg border border-transparent flex items-center gap-1">
Mon offre Mon offre
</a> </a>
1