cookie bug fix and family dash style changes made

This commit is contained in:
victorAnumudu
2023-07-05 04:39:39 +01:00
parent 4f9ca918c9
commit 6e3061b9db
5 changed files with 61 additions and 37 deletions
+12 -2
View File
@@ -18,10 +18,20 @@ export default function ParentWaiting({ className }) {
return (
<>
<div className={`overview-section w-full ${className || ""}`}>
<div className="mb-3">
<h1 className="text-26 font-bold text-dark-gray dark:text-white">
<div className="w-full mb-3 flex justify-between items-center gap-1">
<h1 className="text-26 font-bold text-dark-gray dark:text-white">
Waiting for Parent to Get Started...
</h1>
<Link
// type="button"
// onClick={() => {
// navigate("/resources");
// }}
to='/resources'
className="px-4 h-10 flex justify-center items-center btn-gradient text-base rounded-full text-white"
>
More Task
</Link>
</div>
{/* <div className="overview-section-wrapper py-2 min-h-[450px] lg:flex lg:space-x-2 flex-1 lg:gap-8"> */}
<div className="overview-section-wrapper py-2 min-h-[400px] lg:grid grid-cols-2 gap-4">