coolify/resources/views/components/version.blade.php

3 lines
146 B
PHP
Raw Normal View History

2023-06-01 12:15:33 +02:00
<a
{{ $attributes->merge(['class' => 'text-xs cursor-pointer opacity-20 hover:opacity-100 hover:text-white']) }}>v{{ config('version') }}</a>