This commit is contained in:
Cüneyt Şentürk 2023-05-22 09:49:28 +03:00
parent 9429728281
commit 90965de2e5
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<button type="button" <button type="button"
x-on:click="price_type = 'lifetime'" x-on:click="price_type = 'lifetime'"
class="w-18 flex justify-center text-base px-2 py-1 rounded-tr-lg rounded-br-lg " class="w-18 flex justify-center text-base px-2 py-1 rounded-tr-lg rounded-br-lg"
x-bind:class="price_type == 'lifetime' ? 'bg-black-700 text-white' : 'bg-gray-200 btn-outline-primary'" x-bind:class="price_type == 'lifetime' ? 'bg-black-700 text-white' : 'bg-gray-200 btn-outline-primary'"
> >
{{ trans('general.lifetime') }} {{ trans('general.lifetime') }}

View File

@ -117,7 +117,7 @@
@can('update-common-companies') @can('update-common-companies')
<x-link href="{{ route('companies.index') }}" class="h-9 leading-9 flex items-center text-sm px-2 border-t rounded-bl rounded-br group hover:bg-purple" override="class"> <x-link href="{{ route('companies.index') }}" class="h-9 leading-9 flex items-center text-sm px-2 border-t rounded-bl rounded-br group hover:bg-purple" override="class">
<div class="w-full h-full flex items-center rounded-md px-2 "> <div class="w-full h-full flex items-center rounded-md px-2">
<span class="material-icons-outlined text-purple text-xl group-hover:text-white">settings</span> <span class="material-icons-outlined text-purple text-xl group-hover:text-white">settings</span>
<span class="ltr:pl-2 rtl:pr-2 text-purple text-xs truncate group-hover:text-white"> <span class="ltr:pl-2 rtl:pr-2 text-purple text-xs truncate group-hover:text-white">
{{ trans('general.title.manage', ['type' => trans_choice('general.companies', 2)]) }} {{ trans('general.title.manage', ['type' => trans_choice('general.companies', 2)]) }}