Skip to content

Commit

Permalink
added kazibyte link
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Jun 3, 2024
1 parent c72debc commit 4d36f22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
AcademicCapIcon,
AdjustmentsHorizontalIcon,
} from "@heroicons/react/24/solid";
import Image from "next/image";

const NavigationData = [
{ href: "/", label: "Home", icon: <HomeIcon /> },
Expand All @@ -44,7 +43,7 @@ const NavigationData = [
{ href: "/contact", label: "Contact", icon: <CogIcon /> },
];

import nameLogo from "@/assets/name/zobaidulkazi-2.png";


const Sidebar = () => {
const [open, setOpen] = useState(false);
Expand Down Expand Up @@ -118,7 +117,7 @@ const Sidebar = () => {
))}
</ul>
<div className="mt-10 text-black dark:text-yellow-50 text-sm">
Power By Kazi Byte{" "}
Power By <Link href="https://kazibyte.github.io" target="_blank">Kazi Byte</Link>{" "}
<span className="text-slate-950 dark:text-white">
&copy; {new Date().getFullYear()}
</span>
Expand Down

0 comments on commit 4d36f22

Please sign in to comment.