changed tab bar to be mobile friendly and added next plays
This commit is contained in:
@ -28,7 +28,7 @@ export default function DebouncedInput({
|
||||
|
||||
return (
|
||||
<Input
|
||||
className="m-4 w-[400px]"
|
||||
className="m-4 w-[300px]"
|
||||
{...props}
|
||||
value={value}
|
||||
onChange={(e) => setValue(e.target.value)}
|
||||
|
Reference in New Issue
Block a user