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',
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,
},