Fix issue on landing/home page
This commit is contained in:
parent
1ffd1c645d
commit
38bb36df01
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue