aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoshCreany <joshcreany@gmail.com>2023-10-08 12:52:01 -0600
committerJoshCreany <joshcreany@gmail.com>2023-10-08 12:52:01 -0600
commit8e2656e58c72ebf67d45e23779e8dbc7860a94da (patch)
tree35367bbe8f426711c4983abee66f917b9cbf6995 /templates
parentcfa57992909bfe2f4340ea05667ef34c5a17494a (diff)
updated text
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 46fda41..3fa91d3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -209,10 +209,10 @@
<div class="mx-auto max-w-2xl">
<div>
<form hx-post="/search" method="POST" hx-target="#search-results">
- <label for="search" class="block text-center text-lg font-medium leading-6 text-gray-900">New Task List</label>
+ <label for="search" class="block text-center text-lg font-medium leading-6 text-gray-900">Search For A New Issue</label>
<div class="relative mt-2 flex items-center">
<input type="hidden" id="car_details" name="car_details" value="2001 BMW 540i">
- <input type="text" name="search" id="search" class="block w-full rounded-md border-0 py-1.5 pr-14 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" placeholder="Customer Complaint">
+ <input type="text" name="search" id="search" class="block w-full rounded-md border-0 py-1.5 pr-14 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" placeholder="Issue Details">
<div class="absolute inset-y-0 right-0 mr-2 flex items-center pr-3">
<button type="submit" class="rounded bg-indigo-600 px-3 py-1 text-xs font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Search</button>
</div>