replace class with className, clean style

This commit is contained in:
2024-07-26 16:51:29 +08:00
parent 2b430bd395
commit 91f7043b7c
3 changed files with 6 additions and 6 deletions

View File

@@ -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) => {