forked from UKSOURCE/hailearning.edu.vn
feat: implement news details page with content and sidebar
This commit is contained in:
7
app/components/BackToTop.tsx
Normal file
7
app/components/BackToTop.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function BackToTop() {
|
||||
return (
|
||||
<button id="back-top" className="back-to-top show">
|
||||
<i className="fa-regular fa-arrow-up"></i>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user