From dcaaf2ed68b9b15f226a072bfff0e505d6a72ad6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 26 May 2026 14:54:01 +0200 Subject: [PATCH] style(destination): capitalize server label --- resources/views/livewire/destination/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/destination/index.blade.php b/resources/views/livewire/destination/index.blade.php index d5026a651..dcf317c2b 100644 --- a/resources/views/livewire/destination/index.blade.php +++ b/resources/views/livewire/destination/index.blade.php @@ -32,7 +32,7 @@ {{ $destination->name }} -
server: {{ $destination->server->name }}
+
Server: {{ $destination->server->name }}
@endif