mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Merge pull request #6227 from mermaid-js/update-promo-bar
Promo bar update
This commit is contained in:
@@ -29,7 +29,7 @@ let index = ref(Math.floor(Math.random() * taglines.length));
|
||||
onMounted(() => {
|
||||
setInterval(() => {
|
||||
index.value = (index.value + 1) % taglines.length;
|
||||
}, 40_000);
|
||||
}, 5_000);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user