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

Commit 33ccbc1

Browse files
Merge pull request #40 from ShivaBhattacharjee/popu
changed top scroll btn
2 parents be3682d + 57ad870 commit 33ccbc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/ScrollToTop.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ScrollToTop = () => {
2727
isVisible && (
2828
<div className='top-scroll' onClick={goToBtn}>
2929
<div className="top-scroll-icon">
30-
<ion-icon name="chevron-up-outline"></ion-icon>
30+
<i class="fa-solid fa-angles-up"></i>
3131
</div>
3232
</div>
3333
)

src/css/topScroll.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
align-items: center;
2222
padding: 12px;
2323
}
24-
.top-scroll-icon ion-icon{
24+
.top-scroll-icon i{
2525
font-size: 30px;
2626
}

0 commit comments

Comments
 (0)