coolify/resources/views/components/use-magic-bar.blade.php
2024-03-25 10:41:44 +01:00

12 lines
300 B
PHP

<div class="pt-4">
@if (isset($link))
Create a new one
<a href="{{ $link }}" class="underline dark:text-warning">
here.
</a>
{{-- @else
Use the magic
bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
@endif
</div>