mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
theme-game
This commit is contained in:
@@ -9,7 +9,7 @@ export const Footer = props => {
|
||||
|
||||
return (
|
||||
<footer
|
||||
className={`z-10 bg-white p-2 rounded-lg relative mt-6 flex-shrink-0 m-auto w-full dark:text-gray-200 `}>
|
||||
className={`z-10 dark:bg-black bg-white p-2 rounded-lg relative mt-6 flex-shrink-0 m-auto w-full dark:text-gray-200 `}>
|
||||
{/* <hr className='my-2 border-black dark:border-gray-100' /> */}
|
||||
{/* 页面底部 */}
|
||||
<div className='w-full flex justify-between p-4 '>
|
||||
|
||||
Reference in New Issue
Block a user