Skip to content

Commit

Permalink
Refactor FAQ component for improved readability; update import paths …
Browse files Browse the repository at this point in the history
…and enhance ScrollTop styling
  • Loading branch information
Anuj3553 committed Nov 6, 2024
1 parent d54a42e commit 3bbb34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/component/ScrollTop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ScrollTop = () => {
d="M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"
></path>
</svg>
<div className="progress-circle"></div> {/* Added progress circle */}
<div className="progress-circle"></div>
</button>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion client/src/css/ScrollTop.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: none;
position: fixed;
bottom: 20px;
right: 20px;
right: 100px;
z-index: 999;
transition-duration: 0.3s;
}
Expand Down

0 comments on commit 3bbb34f

Please sign in to comment.