10 lines
364 B
PHP
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>
|