fix: UI issues

This commit is contained in:
Gary 2024-07-25 14:02:09 -07:00
parent ddaaf50319
commit 2cae6807dc
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
services:
coolify:
image: "githaven.org/shiloh/lasthourcloud:latest"
image: "githaven.org/shiloh/lasthourcloud:beta"
volumes:
- type: bind
source: /data/coolify/source/.env

View File

@ -494,8 +494,8 @@ class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-
@endpersist
@endif
<li title="Get Involved">
<a class="hover:bg-transparent" href="https://shilohcode.com/get-involved" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="icon hover:text-blue-500" viewBox="0 0 16 16">
<a class="justify-center hover:text-white hover:bg-transparent" href="https://shilohcode.com/get-involved" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 16 16">
<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" />
</svg>
</a>