mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Apply text-sm to follow rest
This commit is contained in:
parent
06bb3b0320
commit
a82145613f
@ -90,7 +90,7 @@
|
||||
|
||||
<div class="mt-4 space-x-2">
|
||||
@foreach($subscription->service()->getPlans() as $_subscription)
|
||||
<a class="border mt-4 bg-white rounded py-2 px-4 hover:bg-gray-100" target="_blank" href="{{ route('client.subscription.purchase', $_subscription->hashed_id) }}">{{ $_subscription->name }}</a>
|
||||
<a class="border mt-4 bg-white rounded py-2 px-4 hover:bg-gray-100 text-sm" target="_blank" href="{{ route('client.subscription.purchase', $_subscription->hashed_id) }}">{{ $_subscription->name }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user