Skip to content

Commit

Permalink
changed button name to load more
Browse files Browse the repository at this point in the history
  • Loading branch information
natapokie committed Sep 14, 2024
1 parent f13c794 commit 63cd633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pra1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h3 class="page-title white-text teal">Projects</h3>
<!-- INSERT ALL PROJECTS -->
</div>
<button id="projects-button" class='buttons projects-button'>
Show All Projects
Load More
</button>
</div>

Expand Down Expand Up @@ -687,7 +687,7 @@ <h3 class="page-title white-text teal">Contact</h3>
// only show recent project
allProjectsRef.innerHTML = '';
recentProjectRef.innerHTML = recentProjectContent;
projectsButton.innerHTML = 'Show All Projects';
projectsButton.innerHTML = 'Load More';
}

}
Expand Down

0 comments on commit 63cd633

Please sign in to comment.