Skip to content

Commit cba9403

Browse files
committed
influencer-side-responsive
1 parent 645d4c0 commit cba9403

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

apps/web/app/influencer-dashboard/requests/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import React, { useState, useEffect } from "react";
44
import { useRouter } from "next/navigation";
55
import Link from "next/link";
66
import { Search, ChevronLeft, ChevronRight, Calendar, Globe, Loader2 } from "lucide-react";
7-
import Image from "next/image";
87

98
import api from "@/lib/axios.client";
109
import { useDashboardStore } from "@/store/dashboard.store";

apps/web/components/NotificationBell.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ useEffect(() => {
155155
<li
156156
key={notification._id}
157157
onClick={() => handleNotificationClick(notification)}
158-
className={`px-5 py-4 transition-colors cursor-pointer group ${!notification.read ? "bg-green-50/30 hover:bg-green-50/50" : "hover:bg-gray-50"
159-
}`}
158+
className={`px-5 py-4 transition-colors cursor-pointer group ${!notification.read ? "bg-green-50/30 hover:bg-green-50/50" : "hover:bg-gray-50"}`}
160159
>
161160
<div className="flex items-start gap-3">
162161
<div className="mt-1.5 shrink-0 w-2 h-2 flex items-center justify-center">

0 commit comments

Comments
 (0)