replace class with className, clean style
This commit is contained in:
@@ -44,7 +44,7 @@ export default function Search(props: {
|
||||
<div>
|
||||
<input
|
||||
autoFocus
|
||||
className="input input-bordered w-full w-full border"
|
||||
className="input input-bordered w-full border"
|
||||
type="text"
|
||||
placeholder="Type Something..."
|
||||
onInput={async (event: any) => {
|
||||
|
||||
Reference in New Issue
Block a user