From 233327e488a68f30794f88f345835d294c152f43 Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Tue, 19 May 2026 20:29:10 +0600 Subject: [PATCH] fix: update notification titles and messages to reflect damage alerts for specific bikes --- src/app/investor/notifications/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/investor/notifications/page.tsx b/src/app/investor/notifications/page.tsx index 210fc8f..d94ffe4 100644 --- a/src/app/investor/notifications/page.tsx +++ b/src/app/investor/notifications/page.tsx @@ -32,8 +32,8 @@ const mockNotifications = [ { id: '4', type: 'alert', - title: 'Maintenance Alert', - message: 'Bike XY-9012 requires maintenance attention', + title: 'Damage Alert', + message: 'Minor scratch damage has been reported on your bike XY-9012.', time: '2 days ago', read: true, }, @@ -56,8 +56,8 @@ const mockNotifications = [ { id: '7', type: 'alert', - title: 'Low Battery Warning', - message: 'Bike EF-3456 battery is below 20%', + title: 'Damage Alert', + message: 'Cracked indicator light has been reported on your bike EF-3456.', time: '5 hours ago', read: true, },