Added Popup for suggest task

This commit was merged in pull request #240.
This commit is contained in:
2023-07-04 03:37:56 +01:00
parent 3a72ebc7a0
commit 2afffb1dc9
8 changed files with 223 additions and 87 deletions
@@ -2,8 +2,6 @@ import React, { useState } from "react";
import { Link } from "react-router-dom";
import { toast } from "react-toastify";
import activeAidsBanner from "../../assets/images/kids-waiting.jpg";
import HeroUser from "../../assets/images/hero-user.png";
import CountDown from "../Helpers/CountDown";
import ParentWaitingTable from "./ParentWaitingTable";
export default function ParentWaiting({ className }) {
@@ -20,7 +18,7 @@ export default function ParentWaiting({ className }) {
return (
<>
<div className={`overview-section w-full ${className || ""}`}>
<div>
<div className="mb-3">
<h1 className="text-26 font-bold text-dark-gray dark:text-white">
Waiting for Parent to Get Started...
</h1>