fix static build

This commit is contained in:
Saeed Vaziry
2024-10-13 17:55:48 +02:00
parent 37f502d6dd
commit 321465d3e2
11 changed files with 8 additions and 36 deletions

View File

@ -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>