Skip to content

Commit 0ebb93c

Browse files
committed
Refactor(notifications): Change notification timer to 1000
1 parent 8b3d6b9 commit 0ebb93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/notifications/notifications.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class NotificationsComponent implements OnInit {
2222
message: "Welcome to <b>Light Bootstrap Dashboard</b> - a beautiful freebie for every web developer."
2323
},{
2424
type: type[color],
25-
timer: 100000,
25+
timer: 1000,
2626
placement: {
2727
from: from,
2828
align: align

0 commit comments

Comments
 (0)