mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
fix static build
This commit is contained in:
@ -9,7 +9,7 @@ class="flex w-full cursor-pointer items-center justify-center rounded-md border-
|
||||
:class="{ 'border-primary-600': state === '{{ $p }}', 'border-primary-200 dark:border-primary-600 dark:border-opacity-20': state !== '{{ $p }}' }"
|
||||
>
|
||||
<div class="flex w-full flex-col items-center justify-center text-center">
|
||||
<img src="{{ asset("static/images/" . $p . ".svg") }}" class="h-7" alt="Server" />
|
||||
<x-icon :name="$p" class="h-7" />
|
||||
<span class="md:text-normal mt-2 hidden text-sm md:block">
|
||||
{{ $p }}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user