We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c223e6e commit aa09c25Copy full SHA for aa09c25
apps/client/src/pages/Home/LiveList.tsx
@@ -59,7 +59,7 @@ function LiveList() {
59
}, []);
60
61
return (
62
- <div className="flex flex-col w-full flex-1 p-10 justify-start">
+ <div className="flex flex-col w-full flex-1 p-10 justify-start items-center">
63
<div className="h-14 w-full flex justify-between items-center my-5 px-5">
64
<FieldFilter onClickFilterButton={hanldeFilterField} />
65
<Search onSearch={handleSearch} />
0 commit comments