Skip to content

Commit c034cf4

Browse files
committed
fix load more issue
1 parent 11c8f94 commit c034cf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,11 @@ <h3 class="page-title white-text red">Projects</h3>
355355
</div>
356356

357357
<div class="button", id="load-more-btn">
358-
<button class="waves-effect waves-light btn maroon" onclick="remainingProjects()"> Load More</button>
358+
<button class="waves-effect waves-light btn red" onclick="remainingProjects()"> Load More</button>
359+
<div class="container" id="previous-projects">
360+
</div>
359361
</div>
360362

361-
<div class="container" id="previous-projects">
362-
</div>
363363
<!-- <div class="row">
364364
365365
<div class="col s12 m6 l4">

0 commit comments

Comments
 (0)