Remove trailing . from subscription title

This commit is contained in:
David Bomba 2023-03-01 10:55:57 +11:00
parent 3d36bcc0db
commit e89ed1185a

View File

@ -6,7 +6,7 @@
<div class="bg-white shadow overflow-hidden sm:rounded-lg"> <div class="bg-white shadow overflow-hidden sm:rounded-lg">
<div class="px-4 py-5 border-b border-gray-200 sm:px-6"> <div class="px-4 py-5 border-b border-gray-200 sm:px-6">
<h3 class="text-lg leading-6 font-medium text-gray-900"> <h3 class="text-lg leading-6 font-medium text-gray-900">
{{ $subscription->name }}. {{ $subscription->name }}
</h3> </h3>
</div> </div>
<div> <div>