From 95be691d8f9f1460f6b511d188603410deed82b1 Mon Sep 17 00:00:00 2001 From: rbxyz Date: Tue, 26 Aug 2025 16:23:13 -0300 Subject: [PATCH] refactor: update action URLs in notification components and service to point to /my-suggestions --- src/components/notifications/notification-item.tsx | 2 +- src/components/notifications/notification-popup.tsx | 2 +- src/lib/notification-service.ts | 12 ++++++------ src/server/api/routers/suggestions.ts | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/notifications/notification-item.tsx b/src/components/notifications/notification-item.tsx index a3c69329..161df71b 100644 --- a/src/components/notifications/notification-item.tsx +++ b/src/components/notifications/notification-item.tsx @@ -206,7 +206,7 @@ export function NotificationItem({ )} - {actionUrl && ( + {actionUrl && !actionUrl.includes('/admin/') && (