Skip to content

Commit

Permalink
Update search_input.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Aug 31, 2023
1 parent 9c859c2 commit 5304591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/search_input.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex" id="search_form">
<input type="text" id="search_key" value="{{ search_value }}" placeholder="Search..." aria-label="Search..."
<input type="text" id="search_key" value="{{ search_value }}" placeholder="( / ) Search..." aria-label="( / ) Search..."
class="w-full rounded-l border border-gray-300 bg-white py-1.5 px-3 text-base focus:outline-none focus:ring focus:ring-primary-200 focus:border-primary-300">
{{ include('components/button.twig', {
text: '',
Expand Down

0 comments on commit 5304591

Please sign in to comment.