refactor: Update select.blade.php to improve trademarks policy display
This commit is contained in:
parent
85ab772acd
commit
6f8c4a4ce4
1 changed files with 2 additions and 1 deletions
|
|
@ -492,7 +492,8 @@ class="w-[4.5rem] aspect-square h-[4.5rem] p-2 transition-all duration-200 opaci
|
|||
<div class="pb-4 text-xs">Trademarks Policy: The respective trademarks mentioned here are owned by the
|
||||
respective
|
||||
companies, and use of them does not imply any affiliation or endorsement.<br>Find more services <a
|
||||
class="dark:text-white underline" href="https://coolify.io/docs/services">here</a>.</div>
|
||||
class="dark:text-white underline" target="_blank"
|
||||
href="https://coolify.io/docs/services">here</a>.</div>
|
||||
<input class="input" autofocus wire:model.live.debounce.200ms="search" autofocus
|
||||
placeholder="Search...">
|
||||
@if ($loadingServices)
|
||||
|
|
|
|||
Loading…
Reference in a new issue