Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from ShivaBhattacharjee/popu
Browse files Browse the repository at this point in the history
changed top scroll btn
  • Loading branch information
ShivaBhattacharjee authored May 22, 2023
2 parents be3682d + 57ad870 commit 33ccbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/ScrollToTop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ScrollToTop = () => {
isVisible && (
<div className='top-scroll' onClick={goToBtn}>
<div className="top-scroll-icon">
<ion-icon name="chevron-up-outline"></ion-icon>
<i class="fa-solid fa-angles-up"></i>
</div>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/css/topScroll.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
align-items: center;
padding: 12px;
}
.top-scroll-icon ion-icon{
.top-scroll-icon i{
font-size: 30px;
}

1 comment on commit 33ccbc1

@vercel
Copy link

@vercel vercel bot commented on 33ccbc1 May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.