fix: http urls
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div {{ attributes }} class="w-full max-w-sm min-w-[200px]">
|
||||
<div class="relative">
|
||||
<form action="{{ url('app_search') }}">
|
||||
<form action="{{ path('app_search') }}">
|
||||
<input
|
||||
name="term"
|
||||
class="w-full bg-orange-500 rounded-md bg-clip-padding backdrop-filter
|
||||
|
||||
Reference in New Issue
Block a user