Merge branch 'update-promos' of https://github.com/mermaid-js/mermaid-live-editor into update-promos
* 'update-promos' of https://github.com/mermaid-js/mermaid-live-editor: update interval
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
const interval = setInterval(() => {
|
||||
index = (index + 1) % taglines.length;
|
||||
currentTagline = taglines[index];
|
||||
}, 2000);
|
||||
}, 5000);
|
||||
|
||||
onDestroy(() => {
|
||||
clearInterval(interval);
|
||||
|
||||
Reference in New Issue
Block a user