2023-07-26 11:23:47 +00:00
|
|
|
<div class="pt-4">
|
|
|
|
@if (isset($link))
|
|
|
|
Use the magic
|
2023-08-08 09:51:36 +00:00
|
|
|
bar (press <span class="kbd-custom">/</span>) to create a new one or
|
|
|
|
<a href="{{ $link }}"
|
|
|
|
class="underline text-warning">
|
|
|
|
click here
|
|
|
|
</a>.
|
2023-07-26 11:23:47 +00:00
|
|
|
@else
|
|
|
|
Use the magic
|
|
|
|
bar (press <span class="kbd-custom">/</span>) to create a new one.
|
|
|
|
@endif
|
|
|
|
</div>
|