From a82145613fc4aeff19bc3cf855991c8f17097aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 8 Jul 2021 13:12:54 +0200 Subject: [PATCH] Apply text-sm to follow rest --- .../components/livewire/billing-portal-purchase.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php index a3c82686677f..f94c32e677d9 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php @@ -90,7 +90,7 @@
@foreach($subscription->service()->getPlans() as $_subscription) - {{ $_subscription->name }} + {{ $_subscription->name }} @endforeach