fix: update notification titles and messages to reflect damage alerts for specific bikes

This commit is contained in:
sazzadulalambd
2026-05-19 20:29:10 +06:00
parent 08958a8722
commit 233327e488

View File

@@ -32,8 +32,8 @@ const mockNotifications = [
{ {
id: '4', id: '4',
type: 'alert', type: 'alert',
title: 'Maintenance Alert', title: 'Damage Alert',
message: 'Bike XY-9012 requires maintenance attention', message: 'Minor scratch damage has been reported on your bike XY-9012.',
time: '2 days ago', time: '2 days ago',
read: true, read: true,
}, },
@@ -56,8 +56,8 @@ const mockNotifications = [
{ {
id: '7', id: '7',
type: 'alert', type: 'alert',
title: 'Low Battery Warning', title: 'Damage Alert',
message: 'Bike EF-3456 battery is below 20%', message: 'Cracked indicator light has been reported on your bike EF-3456.',
time: '5 hours ago', time: '5 hours ago',
read: true, read: true,
}, },