feat: marketplace not opened

This commit is contained in:
Nevo David 2024-07-09 21:20:07 +07:00
parent 1e661e56cd
commit 60f5136c69
1 changed files with 14 additions and 13 deletions

View File

@ -122,19 +122,6 @@ const Pagination: FC<{ results: number }> = (props) => {
[page]
);
return (
<div className="flex flex-col items-center mt-[100px] gap-[27px] text-center">
<div>
<img src="/peoplemarketplace.svg" />
</div>
<div className="text-[48px]">
The marketplace is not opened yet
<br />
Check again soon!
</div>
</div>
);
if (results < 8) {
return null;
}
@ -530,6 +517,20 @@ export const Buyer = () => {
}, [services]);
const { data: list } = useSWR<Root>('search' + services + page, marketplace);
return (
<div className="flex flex-col items-center mt-[100px] gap-[27px] text-center">
<div>
<img src="/peoplemarketplace.svg" />
</div>
<div className="text-[48px]">
The marketplace is not opened yet
<br />
Check again soon!
</div>
</div>
);
return (
<>
<div>