coolify/resources/views/components/use-magic-bar.blade.php

13 lines
365 B
PHP
Raw Normal View History

<div class="pt-4">
@if (isset($link))
Use the magic
bar (press <span class="kbd-custom">/</span>) to create a new one or
2023-08-11 20:19:42 +02:00
<a href="{{ $link }}" class="underline text-warning">
2023-08-14 14:00:10 +02:00
click here.
</a>
@else
Use the magic
bar (press <span class="kbd-custom">/</span>) to create a new one.
@endif
</div>