Skip to content

Commit

Permalink
Merge pull request #1407 from mdazfar2/revert-1405-main
Browse files Browse the repository at this point in the history
Revert "Center-Aligned and Styled Load More Button"
  • Loading branch information
mdazfar2 authored Oct 16, 2024
2 parents 637a89d + 08a3d66 commit 544a6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions website3.0/pages/TeamsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,13 +1251,13 @@ function TeamsPage({ theme }) {
<div className="load p-5">
<button
id="load-more"
className="block mt-10 mx-[auto] rounded-lg px-[20px] py-[10px] text-[16px] bg-[white] text-[black] border-solid border border-black [box-shadow:-5px_5px_0px_0px_#000000] cursor-pointer [transition:all_0.3s_ease] hover:bg-[linear-gradient(to_right,_#ff7d1f,_#ffd700)]"
className="block mx-[auto] px-[20px] py-[10px] text-[16px] bg-[white] text-[black] border-solid border border-black [box-shadow:-5px_5px_0px_0px_#000000] cursor-pointer [transition:all_0.3s_ease] hover:bg-[linear-gradient(to_right,_#ff7d1f,_#ffd700)]"
onClick={loadMore}
>
Load More
</button>
</div>

)}
</div>
);
}
Expand Down

0 comments on commit 544a6ac

Please sign in to comment.