Skip to content

Commit 69ea491

Browse files
committed
fixed carousel interval
1 parent e6aa4fd commit 69ea491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/index/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="tv-container mx-auto">
1919
<div class="tv-screen">
2020
<div id="tv-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel"
21-
data-bs-interval="50000">
21+
data-bs-interval="5000">
2222
<div class="carousel-inner">
2323
<div class="carousel-item active" data-item-id="hbchannel">
2424
<picture>

0 commit comments

Comments
 (0)