Skip to content

Commit 36a987e

Browse files
authored
fix(ui): missing underline for docs link in the Swarm section (#4860)
1 parent 815abb8 commit 36a987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/server/new/by-ip.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class="font-bold underline" target="_blank"
3131
</div>
3232
<div class="">
3333
<h3 class="pt-6">Swarm <span class="text-xs text-neutral-500">(experimental)</span></h3>
34-
<div class="pb-4">Read the docs <a class='dark:text-white'
34+
<div class="pb-4">Read the docs <a class='underline dark:text-white'
3535
href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>.</div>
3636
@if ($is_swarm_worker || $is_build_server)
3737
<x-forms.checkbox disabled instantSave type="checkbox" id="is_swarm_manager"

0 commit comments

Comments
 (0)