Skip to content

Commit

Permalink
fixed carousel interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 11, 2024
1 parent e6aa4fd commit 69ea491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/index/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="tv-container mx-auto">
<div class="tv-screen">
<div id="tv-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel"
data-bs-interval="50000">
data-bs-interval="5000">
<div class="carousel-inner">
<div class="carousel-item active" data-item-id="hbchannel">
<picture>
Expand Down

0 comments on commit 69ea491

Please sign in to comment.