Skip to content

Commit

Permalink
Merge pull request tangly1024#634 from tangly1024/3.7.0
Browse files Browse the repository at this point in the history
3.7.0
  • Loading branch information
tangly1024 authored Dec 25, 2022
2 parents 17325b0 + c5a94f2 commit 6e00012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables
NEXT_PUBLIC_VERSION=3.6.8
NEXT_PUBLIC_VERSION=3.7.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-next",
"version": "3.6.8",
"version": "3.7.0",
"homepage": "https://github.com/tangly1024/NotionNext.git",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion themes/nobelium/LayoutBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const LayoutBase = props => {
const fullWidth = post?.fullWidth ?? false

return (
<div className='nobelium dark:text-gray-300 w-full overflow-hidden bg-white dark:bg-black min-h-screen'>
<div className='nobelium dark:text-gray-300 w-full bg-white dark:bg-black min-h-screen'>
<CommonHead meta={meta} />

{/* 顶部导航栏 */}
Expand Down

0 comments on commit 6e00012

Please sign in to comment.