fix: update notification titles and messages to reflect damage alerts for specific bikes
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user