refactor: Update destination.blade.php to add group class for better styling
This commit is contained in:
parent
aaa06f4120
commit
668c9e5a64
@ -80,7 +80,7 @@ class="absolute bg-error -top-1 -left-1 badge "></div>
|
||||
<div class="grid grid-cols-1 gap-4">
|
||||
@foreach ($networks as $network)
|
||||
<div wire:click="addServer('{{ $network->id }}','{{ data_get($network, 'server.id') }}')"
|
||||
class="relative flex flex-col cursor-default dark:text-white box w-96">
|
||||
class="relative flex flex-col cursor-default dark:text-white box w-96 group">
|
||||
<div>
|
||||
<div class="box-title">
|
||||
Server: {{ data_get($network, 'server.name') }}
|
||||
|
Loading…
Reference in New Issue
Block a user