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',
|
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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user