2s more
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
2023-09-27 19:35:06 +00:00
parent e6e1baf808
commit 626cbbabb4
3 changed files with 3 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
navigation="{true}"
init="{false}"
autoplay="{{
delay: 4000, // 5000ms = 5s
delay: 6000, // 5000ms = 5s
pauseOnMouseEnter: true,
}}"
speed="600"

View File

@@ -6,6 +6,7 @@
</script>
<div class="iconBlock">
{#each col.iconBlocks as icon}
<div class="icon">
<img src="{`${apiBaseURL}page/${pageId}/${icon.icon?.src}`}" alt="img" />