my task section

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-19 00:57:16 -04:00
parent ab4dbc99e8
commit 1741b298f3
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,7 @@ import React, { useState } from "react";
import { Link } from "react-router-dom"; import { Link } from "react-router-dom";
import Layout from "../Partials/Layout"; import Layout from "../Partials/Layout";
import MyJobTable from "./MyJobTable"; import MyJobTable from "./MyJobTable";
import CommonHead from "../UserHeader/CommonHead";
export default function MyTasks() { export default function MyTasks() {
const [selectTab, setValue] = useState("today"); const [selectTab, setValue] = useState("today");
@@ -10,6 +11,7 @@ export default function MyTasks() {
}; };
return ( return (
<Layout> <Layout>
<CommonHead />
<div className="notification-page w-full mb-10"> <div className="notification-page w-full mb-10">
<div className="notification-wrapper w-full"> <div className="notification-wrapper w-full">
{/* heading */} {/* heading */}
+2 -2
View File
@@ -10,10 +10,10 @@ export default function CommonHead({ className }) {
> >
<div className="lg:w-8/12 w-full mb-8 lg:mb-0"> <div className="lg:w-8/12 w-full mb-8 lg:mb-0">
<h1 className="text-2xl text-dark-gray dark:text-white font-bold mb-2"> <h1 className="text-2xl text-dark-gray dark:text-white font-bold mb-2">
Create your own NFT and extraordinary get lot of Sell. This is common head which will appear as needed , will take many shape
</h1> </h1>
<p className="text-base text-thin-light-gray tracking-wide"> <p className="text-base text-thin-light-gray tracking-wide">
Buy and sell NFTs from the worlds top artists some space for extra texts here
</p> </p>
</div> </div>
<div className="flex-1 flex lg:justify-end"> <div className="flex-1 flex lg:justify-end">