Merge branch 'develop' into fix/bottom-sheet-modal
This commit is contained in:
commit
10b501869a
@ -34,7 +34,7 @@ export default function MainSection<T, H>({
|
|||||||
const [query, setQuery] = useState(""); // Query
|
const [query, setQuery] = useState(""); // Query
|
||||||
|
|
||||||
const onChange = (query: string) => {
|
const onChange = (query: string) => {
|
||||||
//console.log(query)
|
console.log(query)
|
||||||
setQuery(query);
|
setQuery(query);
|
||||||
setHints(hintsValues);
|
setHints(hintsValues);
|
||||||
};
|
};
|
||||||
@ -49,11 +49,11 @@ export default function MainSection<T, H>({
|
|||||||
};
|
};
|
||||||
//empty items message
|
//empty items message
|
||||||
const IsEmptyItems = () => {
|
const IsEmptyItems = () => {
|
||||||
return <p className="tex-blue-500">Nothing Found</p>;
|
return <p className="text-blue-500">Nothing Found</p>;
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="bg-main bg-center bg-cover bg-origin-border bg-no-repeat h-full py-32 px-2 sm:px-6 md:px-6 lg:px-0">
|
<section className="bg-main bg-center bg-cover bg-origin-border bg-no-repeat min-h-[100vh] py-32 px-2 sm:px-6 md:px-6 lg:px-0">
|
||||||
<div className="m-auto text-center font-bold text-4xl ">
|
<div className="m-auto text-center font-bold text-4xl ">
|
||||||
Scientific Library with Free Access
|
Scientific Library with Free Access
|
||||||
</div>
|
</div>
|
||||||
@ -99,6 +99,6 @@ export default function MainSection<T, H>({
|
|||||||
Advanced Search
|
Advanced Search
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user