App store price style change

This commit is contained in:
cuneytsenturk
2018-04-26 13:21:43 +03:00
parent 1294ab3f8b
commit c118b806e5
3 changed files with 11 additions and 15 deletions

View File

@ -25,7 +25,7 @@
@if ($module->price == '0.0000')
{{ trans('modules.free') }}
@else
{{ $module->price . ' / month' }}
{{ $module->price }}
@endif
</div>
</div>