fix(ui): missing underline for docs link in the Swarm section (#4860)
This commit is contained in:
parent
815abb823c
commit
36a987eb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class="font-bold underline" target="_blank"
|
|||
</div>
|
||||
<div class="">
|
||||
<h3 class="pt-6">Swarm <span class="text-xs text-neutral-500">(experimental)</span></h3>
|
||||
<div class="pb-4">Read the docs <a class='dark:text-white'
|
||||
<div class="pb-4">Read the docs <a class='underline dark:text-white'
|
||||
href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>.</div>
|
||||
@if ($is_swarm_worker || $is_build_server)
|
||||
<x-forms.checkbox disabled instantSave type="checkbox" id="is_swarm_manager"
|
||||
|
|
|
|||
Loading…
Reference in a new issue