We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f2837 commit eea4eb7Copy full SHA for eea4eb7
src/components/Footer.tsx
@@ -63,15 +63,15 @@ export function Footer() {
63
<Link
64
target="_blank"
65
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"
+ className="absolute text-blue-600 w-full bottom-6 left-1/2 -translate-x-1/2 flex justify-center items-center"
67
>
68
<Image
69
unoptimized
70
src={'/police.png'}
71
width={18}
72
height={18}
73
alt="备案"
74
- className="mr-1 text-blue-600"
+ className="mr-1 "
75
/>
76
浙ICP备2021039023号-3
77
</Link>
0 commit comments