Skip to content

Commit 19f3a2c

Browse files
committed
fix: reduce toast notification duration
1 parent d37e8bc commit 19f3a2c

File tree

1 file changed

+1
-1
lines changed
  • packages/nimiq-vitepress-theme/src/layout

1 file changed

+1
-1
lines changed

packages/nimiq-vitepress-theme/src/layout/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const isMobileOrTablet = breakpoints.smaller('lg')
9494
<!-- Toast notifications -->
9595
<Toaster
9696
position="bottom-right"
97-
:duration="30000"
97+
:duration="3000"
9898
:toast-options="{
9999
className: 'nimiq-toast',
100100
}"

0 commit comments

Comments
 (0)