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

@@ -1,5 +1,5 @@
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
NEXT_PUBLIC_VERSION=4.2.4
NEXT_PUBLIC_VERSION=4.3.0
# 可在此添加环境变量,去掉最左边的(# )注释即可

View File

@@ -1,6 +1,6 @@
{
"name": "notion-next",
"version": "4.2.4",
"version": "4.3.0",
"homepage": "https://github.com/tangly1024/NotionNext.git",
"license": "MIT",
"repository": {

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 --> */}