Skip to content

Commit

Permalink
replace newer to next and older to previos
Browse files Browse the repository at this point in the history
  • Loading branch information
MadalapureVaishnavi committed May 29, 2024
1 parent 3cd4530 commit 4916ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h2 class="card-title h4">
<hr class="my-0" />
<ul class="pagination justify-content-center my-4">
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">Newer</a>
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">Previous</a>
</li>
<li class="page-item active" aria-current="page">
<a class="page-link" href="#!">1</a>
Expand All @@ -265,7 +265,7 @@ <h2 class="card-title h4">
</li>
<li class="page-item"><a class="page-link" href="#!">15</a></li>
<li class="page-item">
<a class="page-link" href="#!">Older</a>
<a class="page-link" href="#!">Next</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit 4916ba0

Please sign in to comment.