diff --git a/src/components/Header1.tsx b/src/components/Header1.tsx index d5a6568..fa34818 100644 --- a/src/components/Header1.tsx +++ b/src/components/Header1.tsx @@ -5,9 +5,9 @@ import Link from "./Link"; import Logo from "./Logo"; import Logofreeland from "./Logofreeland"; import { useState, useEffect } from "react"; -// import { Button } from "./Button/Button"; +import { Button } from "./Button/Button"; import Bell from "./Bell"; -// import Avatar from "./Avatar"; +import Avatar from "./Avatar"; import ContextMenu from "components/containers/contextmenu/ContextMenu"; import ContextMenuAction from "components/containers/contextmenu/ContextMenuAction"; import Sidebar from "components/Sidebar"; @@ -87,7 +87,7 @@ const Header1 = () => { {/* Dropdown start */} - {/* + console.log("My publications")} @@ -98,23 +98,23 @@ const Header1 = () => { action={() => console.log("My favorites")} icon={} > - */} + {/* Dropdown End */} - - {/* */} - - {/* */} + {/* Dropdown start */} + + console.log("My publications")} + icon={} + > + console.log("My favorites")} + icon={} + > + + {/* Dropdown End */} )} @@ -146,7 +146,7 @@ const Header1 = () => { {/* Avatar Start */} {Short && ( )} {/* Avatar End */} @@ -159,14 +159,8 @@ const Header1 = () => { )} {/* Burger End */} - {/*
{ ({ width } gt " 300px" )&& Hi}
*/} ); }; export default Header1; -// bg-red-300 -// sm:bg-sky-400 -// md:bg-sky-600 -// lg:bg-sky-800 -// xl:bg-red-600