From b03451590856d33c4c93610ee3d1f469be43912d Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:47:32 -0500 Subject: [PATCH] Improve referral count display layout Refactored the referral count section to use a column layout, updated the SVG icon, and improved alignment and spacing for better visual clarity. --- .../livewire/share-code-component.blade.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/resources/views/livewire/share-code-component.blade.php b/resources/views/livewire/share-code-component.blade.php index edc240f..b7d8315 100644 --- a/resources/views/livewire/share-code-component.blade.php +++ b/resources/views/livewire/share-code-component.blade.php @@ -30,15 +30,17 @@ AquĆ­ puedes ver la lista de tus referidos.

-
- - - - - - {{ $referrals->count() }} - +
Total de referidos +
+ + + + + + {{ $referrals->count() }} + +