修改twitter的logo为x

This commit is contained in:
hailin 2025-03-11 14:39:39 +08:00
parent dde6b11fce
commit c4e418c548
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import React from 'react'
import Link from 'next/link'
import { SiDiscord, SiGithub, SiTwitter } from 'react-icons/si'
import { SiDiscord, SiGithub, SiX } from 'react-icons/si'
import { Button } from '../ui-v2/button'
const Footer: React.FC = () => {
@ -22,7 +22,7 @@ const Footer: React.FC = () => {
className="text-muted-foreground/50"
>
<Link href="https://twitter.com/miiura" target="_blank">
<SiTwitter size={18} />
<SiX size={18} />
</Link>
</Button>
<Button