refactor + fixes

This commit is contained in:
Andras Bacsai
2023-08-30 16:01:38 +02:00
parent 6f00740f67
commit 5b6667c461
21 changed files with 48 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
<livewire:subscription.actions />
@else
<x-forms.button class="mt-4"><a class="text-white hover:no-underline"
href="{{ route('subscription.show') }}">Subscribe Now</a>
href="{{ route('subscription.index') }}">Subscribe Now</a>
</x-forms.button>
@endif