chore: Good to include search type

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-03-02 18:41:26 +01:00
parent d45dde0d53
commit 5abc531913
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ export default function Search(props: { defaultValue: string }) {
<form className="flex flex-col w-full lg:w-2/3 mx-auto my-4"> <form className="flex flex-col w-full lg:w-2/3 mx-auto my-4">
<label className="sr-only" htmlFor="query">Program</label> <label className="sr-only" htmlFor="query">Program</label>
<input <input
type="search"
placeholder="NRK-podcast" placeholder="NRK-podcast"
className="border-2 rounded-md px-2" className="border-2 rounded-md px-2"
name="query" name="query"