fix route subs

This commit is contained in:
Andras Bacsai
2023-08-25 09:53:40 +02:00
parent 39fd6f054b
commit 9db9616a43
2 changed files with 2 additions and 2 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') }}">Subscribe Now</a>
href="{{ route('subscription.show') }}">Subscribe Now</a>
</x-forms.button>
@endif