mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Merge pull request #5049 from Rbrinkley/patch-2
Increased Carousel Sliding Time on Static.Front
This commit is contained in:
commit
5b1f9d4f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
section#uses
|
||||
h2 Players use HabitRPG to manage...
|
||||
.container-fluid
|
||||
#myCarousel.carousel.slide(data-interval='4000', data-ride='carousel')
|
||||
#myCarousel.carousel.slide(data-interval='10000', data-ride='carousel')
|
||||
ul.nav.nav-pills.nav-justified
|
||||
li.active(data-target='#myCarousel', data-slide-to='0')
|
||||
a(href='#') Work
|
||||
|
|
|
|||
Loading…
Reference in a new issue