Skip to content

Commit

Permalink
theme-game
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Apr 4, 2024
1 parent a429684 commit 522bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/game/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 '>
Expand Down

0 comments on commit 522bbea

Please sign in to comment.