Skip to content

Commit

Permalink
nothing but important
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Feb 27, 2024
1 parent fd19878 commit fc478a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/heo/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer = ({ title }) => {

return (
<footer
className='relative z-10 flex-shrink-0 bg-white dark:bg-[#1a191d] justify-center text-center m-auto w-full leading-6 text-gray-600 dark:text-gray-100 text-sm'
className='relative flex-shrink-0 bg-white dark:bg-[#1a191d] justify-center text-center m-auto w-full leading-6 text-gray-600 dark:text-gray-100 text-sm'
>

{/* 颜色过度区 */}
Expand Down

0 comments on commit fc478a9

Please sign in to comment.