This commit is contained in:
tangly1024.com
2024-02-23 12:20:12 +08:00
parent 984ac99675
commit d00701bcd7
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ export const BackToTopButton = () => {
return <>
{/* <!-- ====== Back To Top Start --> */}
<a className="back-to-top fixed bottom-8 left-auto right-8 z-[999] hidden h-10 w-10 items-center justify-center rounded-md bg-primary text-white shadow-md transition duration-300 ease-in-out hover:bg-dark">
<a className="back-to-top fixed bottom-16 left-auto right-8 z-[999] hidden h-10 w-10 items-center justify-center rounded-md bg-primary text-white shadow-md transition duration-300 ease-in-out hover:bg-dark">
<span className="mt-[6px] h-3 w-3 rotate-45 border-l border-t border-white" ></span>
</a>
{/* <!-- ====== Back To Top End --> */}