Fix issue on landing/home page

This commit is contained in:
Matt Young 2024-07-27 10:14:06 -05:00
parent 1ffd1c645d
commit 38bb36df01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</div>
<div class="mx-auto mt-16 max-w-md sm:mt-20 lg:mt-12 text-center">
<x-form.button href="{{ route('results') }}">Results</x-form.button>
<x-form.button href="{{ route('home') }}" class="mt-4">Directors</x-form.button>
<x-form.button href="{{ route('landing') }}" class="mt-4">Directors</x-form.button>
</div>
</div>
</div>