Files
roxane/resources/views/filament/components/visit-site-button.blade.php
Nebulae 2c3c12103e
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 26h10m32s
feat(setup preprod)
2026-04-10 12:33:06 +02:00

10 lines
364 B
PHP

<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>