fix sign up nav

This commit is contained in:
SowinskiBraeden committed 2022-04-16 18:56:27 -07:00
1 parent 4af5e4594b
commit 41b991789e
7 files changed
+185 -75

No files matched your search

-9
View File
@@ -54,13 +54,4 @@ $(document).ready(function(){
});
});
// testimonial carousel
$('.testimonial .owl-carousel').owlCarousel({
loop: true,
autoplay: true,
dots: true,
nav: false,
items: 1
});
});