Skip to content

Commit fc478a9

Browse files
committed
nothing but important
1 parent fd19878 commit fc478a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/heo/components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Footer = ({ title }) => {
99

1010
return (
1111
<footer
12-
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'
12+
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'
1313
>
1414

1515
{/* 颜色过度区 */}

0 commit comments

Comments
 (0)