We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a6d4e commit 3b61c4bCopy full SHA for 3b61c4b
1 file changed
frontend/src/components/Footer.tsx
@@ -28,10 +28,10 @@ export function Footer() {
28
<div className="inline-flex justify-center mt-4 space-x-5 sm:ml-auto sm:mt-0 sm:justify-start">
29
{/* 社交媒体和联系方式链接 */}
30
<a
31
- href="https://wr.do"
+ href="https://like.do"
32
target="_blank"
33
rel="noopener noreferrer"
34
- title="WR.DO"
+ title="LikeDo"
35
className="text-gray-400 hover:text-gray-500 scale-[1.2]">
36
<WrdoLogo className="w-6 h-6" />
37
</a>
0 commit comments