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

12 lines
300 B
PHP
Raw Normal View History

<div class="pt-4">
@if (isset($link))
2024-03-21 13:30:35 +00:00
Create a new one
2024-03-25 09:41:44 +00:00
<a href="{{ $link }}" class="underline dark:text-warning">
2024-03-21 13:30:35 +00:00
here.
2023-08-14 12:00:10 +00:00
</a>
2024-03-21 13:30:35 +00:00
{{-- @else
Use the magic
2024-03-21 13:30:35 +00:00
bar (press <span class="kbd-custom">/</span>) to create a new one. --}}
@endif
</div>