Files
roxane/resources/views/filament/components/visit-site-button.blade.php

10 lines
364 B
PHP
Raw Permalink Normal View History

2026-04-10 12:33:06 +02:00
<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>