Skip to content

Commit e561a84

Browse files
committed
Change UseCase to Example
1 parent 09260d0 commit e561a84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</a>
5454
</li>-->
5555
<li class="nav-item">
56-
<a class="nav-link" href="javascript:void(0)" onclick="scrollToUseCase()">
56+
<a class="nav-link" href="javascript:void(0)" onclick="scrollToExample()">
5757
<i class="now-ui-icons education_paper"></i>
5858
<p>Example</p>
5959
</a>
@@ -234,7 +234,7 @@ <h5>Yellowstone National Park, United States</h5>
234234
</div>-->
235235
<!-- End Features section -->
236236
<!-- Use Case section -->
237-
<div class="section section-usecase">
237+
<div class="section section-example">
238238
<div class="container">
239239
<h2 class="title">Example</h2>
240240
<div class="row justify-content-center">
@@ -387,11 +387,11 @@ <h3>Lyon, France</h3>
387387
}, 1000);
388388
}
389389
}
390-
function scrollToUseCase() {
390+
function scrollToExample() {
391391

392-
if ($('.section-usecase').length != 0) {
392+
if ($('.section-example').length != 0) {
393393
$("html, body").animate({
394-
scrollTop: $('.section-usecase').offset().top-20
394+
scrollTop: $('.section-example').offset().top-20
395395
}, 1000);
396396
}
397397
}

0 commit comments

Comments
 (0)