Skip to content

Commit

Permalink
feat: display productivity message a tad longer
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 15, 2023
1 parent 48f98ec commit 48ad007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class AppComponent implements OnDestroy {
this._snackService.open({
ico: 'lightbulb',
config: {
duration: 5000,
duration: 7000,
},
msg:
'<strong>' +
Expand Down

0 comments on commit 48ad007

Please sign in to comment.