Notifications

This commit is contained in:
Max Lynch
2021-01-11 18:56:03 -06:00
parent d71b7eb173
commit c60f5b3dcc
4 changed files with 51 additions and 22 deletions
+4 -4
View File
@@ -34,10 +34,10 @@ export const homeItems = [
];
export const notifications = [
{ title: 'New friend request' },
{ title: 'Please change your password' },
{ title: 'You have a new message' },
{ title: 'Welcome to the app!' },
{ title: 'New friend request', when: '6 hr' },
{ title: 'Please change your password', when: '1 day' },
{ title: 'You have a new message', when: '2 weeks' },
{ title: 'Welcome to the app!', when: '1 month' },
];
// Some fake lists