You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Example/constants.js
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,34 @@ export const ITEMS = [
4
4
{
5
5
backgroundColor: '#2B73B6',
6
6
type: 'info',
7
-
message: "System is going down at 12 AM tonight for routine maintenance. We'll notify you when the system is back online.",
7
+
message:
8
+
"System is going down at 12 AM tonight for routine maintenance. We'll notify you when the system is back online.",
8
9
},
9
10
{
10
11
backgroundColor: '#cd853f',
11
12
type: 'warn',
12
-
message: 'Your cloud drive is about to reach capacity. Please consider upgrading to premium plan.',
13
+
message:
14
+
'Your cloud drive is about to reach capacity. Please consider upgrading to premium plan.',
13
15
},
14
16
{
15
17
backgroundColor: '#cc3232',
16
18
type: 'error',
17
-
message: "Sorry, we're having some technical difficulties. Our team will get this fixed for you ASAP.",
19
+
message:
20
+
"Sorry, we're having some technical difficulties. Our team will get this fixed for you ASAP.",
18
21
},
19
22
{
20
23
backgroundColor: '#32A54A',
21
24
type: 'success',
22
-
message: "Thank you for your order. We will email and charge you when it's on it's way.",
25
+
message:
26
+
"Thank you for your order. We will email and charge you when it's on it's way.",
23
27
},
24
28
{
25
29
backgroundColor: PURPLE_COLOR,
26
30
type: 'custom',
27
-
message: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
31
+
message:
32
+
'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
0 commit comments