修改twitter的logo为x
This commit is contained in:
parent
dde6b11fce
commit
c4e418c548
|
|
@ -1,6 +1,6 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import Link from 'next/link'
|
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'
|
import { Button } from '../ui-v2/button'
|
||||||
|
|
||||||
const Footer: React.FC = () => {
|
const Footer: React.FC = () => {
|
||||||
|
|
@ -22,7 +22,7 @@ const Footer: React.FC = () => {
|
||||||
className="text-muted-foreground/50"
|
className="text-muted-foreground/50"
|
||||||
>
|
>
|
||||||
<Link href="https://twitter.com/miiura" target="_blank">
|
<Link href="https://twitter.com/miiura" target="_blank">
|
||||||
<SiTwitter size={18} />
|
<SiX size={18} />
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue