Skip to content

Commit eea4eb7

Browse files
committed
feat: 优化样式
1 parent e8f2837 commit eea4eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ export function Footer() {
6363
<Link
6464
target="_blank"
6565
href="https://beian.miit.gov.cn/"
66-
className="absolute w-full bottom-6 left-1/2 -translate-x-1/2 flex justify-center items-center"
66+
className="absolute text-blue-600 w-full bottom-6 left-1/2 -translate-x-1/2 flex justify-center items-center"
6767
>
6868
<Image
6969
unoptimized
7070
src={'/police.png'}
7171
width={18}
7272
height={18}
7373
alt="备案"
74-
className="mr-1 text-blue-600"
74+
className="mr-1 "
7575
/>
7676
浙ICP备2021039023号-3
7777
</Link>

0 commit comments

Comments
 (0)