change button action..
This commit is contained in:
parent
c65367db5c
commit
f4395fd809
@ -3,7 +3,7 @@
|
||||
<div x-show="price_type == 'monthly'" class="w-full flex space-x-6">
|
||||
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top" width="w-full">
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
href="{{ $module->monthly_url }}"
|
||||
target="_blank"
|
||||
class="bg-green rounded-md text-white text-sm text-center w-full flex items-center justify-center px-3 py-2 truncate hover:bg-green-700"
|
||||
override="class"
|
||||
@ -74,7 +74,7 @@
|
||||
@endif
|
||||
@else
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
href="{{ $module->yearly_url }}"
|
||||
target="_blank"
|
||||
class="bg-green rounded-md text-white text-sm text-center w-full py-2 truncate hover:bg-green-700"
|
||||
override="class"
|
||||
@ -87,7 +87,7 @@
|
||||
@else
|
||||
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top" width="w-full">
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
href="{{ $module->yearly_url }}"
|
||||
target="_blank"
|
||||
class="bg-green rounded-md text-white text-sm text-center w-full flex items-center justify-center px-3 py-2 truncate hover:bg-green-700"
|
||||
override="class"
|
||||
@ -172,7 +172,7 @@
|
||||
@else
|
||||
<x-tooltip message="{{ trans('modules.hosted_on_akaunting') }}" placement="top" width="w-full">
|
||||
<x-link
|
||||
href="{{ $module->action_url }}"
|
||||
href="{{ $module->lifetime_url }}"
|
||||
target="_blank"
|
||||
class="bg-green rounded-md text-white text-sm text-center w-full flex items-center justify-center px-3 py-2 truncate hover:bg-green-700"
|
||||
override="class"
|
||||
|
Loading…
x
Reference in New Issue
Block a user