Upgrade Fresh and add a bunch of small QOL improvements #16
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue