diff --git a/resources/views/livewire/services/index.blade.php b/resources/views/livewire/services/index.blade.php index 88b957b..451cab2 100644 --- a/resources/views/livewire/services/index.blade.php +++ b/resources/views/livewire/services/index.blade.php @@ -107,40 +107,68 @@ class extends Component {
@if($service->url_clearnet) - - - - Clearnet - - +
+ + + + Clearnet + + +
+ + {{ __('Copy') }} + +
+
@endif @if($service->url_onion) - - - - Onion - - +
+ + + + Onion + + +
+ + {{ __('Copy') }} + +
+
@endif @if($service->url_i2p) - - - - I2P - - +
+ + + + I2P + + +
+ + {{ __('Copy') }} + +
+
@endif @if($service->url_pkdns) - - - - pkdns - - +
+ + + + pkdns + + +
+ + {{ __('Copy') }} + +
+
@endif @if($service->ip)