Skip to content

Commit

Permalink
Update MainLayout.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jul 31, 2024
1 parent 63075f8 commit 6e60377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/Jordnaer/Pages/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if (FirstLogin is true)
{
Snackbar.Add("Velkommen til Mini Møder! Du er nu logget ind.", Severity.Success,
options => options.VisibleStateDuration = 3500);
options => options.VisibleStateDuration = 7500);
}
}

Expand Down

0 comments on commit 6e60377

Please sign in to comment.