Skip to content

Commit

Permalink
Fix: FAQ Icon(?) on Navbar, Cancel Button to Clear Password & Max Len…
Browse files Browse the repository at this point in the history
…gth of Bio Message.
  • Loading branch information
seshto13 committed Aug 25, 2024
1 parent 1a80727 commit deb6d1d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
"use client";

import { BellIcon, HelpCircle } from "lucide-react";
import { useSession } from "next-auth/react";
import Link from "next/link";
import { useRouter } from "next/navigation";
import { useEffect, useState } from "react";


import UnreadNotificationCard from "~/app/dashboard/(admin)/_components/unread-notification-card/UnreadNotificationCard";
import { MobileNavlinks } from "~/app/dashboard/(user-dashboard)/_components/layout/navbar/mobile-navlinks";
Expand Down Expand Up @@ -78,7 +74,6 @@ const UserNavbar = () => {
className="h-6 w-6 text-neutral-dark-2 transition-colors duration-300 hover:cursor-pointer hover:text-neutral-dark-1"
/>
</Link>

</div>
<div className="pr-1">
<UserCard />
Expand Down

0 comments on commit deb6d1d

Please sign in to comment.