styling development

This commit is contained in:
Burak Civan
2022-09-09 10:34:10 +03:00
parent 4c9ec2ffc1
commit ad9b6928f2
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
{{ trans('general.cancel') }}
</x-link>
@else
<x-link href="{{ url($path) }}" class="px-6 py-1.5 hover:bg-gray-200 rounded-lg ltr:ml-2 rtl:mr-2" override="class">
<x-link href="{{ url($path) }}" class="px-6 py-1.5 hover:bg-gray-200 rounded-lg ltr:mr-2 rtl:ml-2" override="class">
{{ trans('general.cancel') }}
</x-link>
@endif