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