Correct route to feedbacks x2

This commit is contained in:
Anders 2020-07-30 14:51:03 +02:00
parent 986a62009d
commit e599d09aa7
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,6 @@
<a class="btn text-center btn-sde-blue mt-1" href="tel:+4524629450">Ring</a>
<span class="text-center sde-black-20 mt-1">Send feedback omkring hvem el. hvad som helst</span>
<a class="btn text-center btn-sde-blue mt-1" href="{{ route('feedbacks.index') }}">Giv Feedback</a>
<a class="btn text-center btn-sde-blue mt-1" href="{{ route('feedbacks.create') }}">Giv Feedback</a>
</main>
@endsection