feat(setup preprod)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 26h10m32s

This commit is contained in:
2026-04-10 12:33:06 +02:00
parent 358c129951
commit 2c3c12103e
5 changed files with 196 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
<a
href="{{ url('/') }}"
target="_blank"
rel="noopener noreferrer"
class="flex items-center gap-1.5 rounded-lg px-3 py-1.5 text-sm font-medium text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-white/5 dark:hover:text-white"
>
<x-heroicon-o-globe-alt class="h-4 w-4" />
Voir le site
</a>