Replace Twitter icon
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
import TwitterIcon from '@mui/icons-material/Twitter'
|
||||
import YouTubeIcon from '@mui/icons-material/YouTube'
|
||||
import TelegramIcon from '@mui/icons-material/Telegram'
|
||||
|
||||
import PeertubeIcon from './icons/peertube'
|
||||
import XmppIcon from './icons/xmpp'
|
||||
import XIcon from './icons/x'
|
||||
|
||||
const xmppContact = process.env.NEXT_PUBLIC_XMPP || 'organisationka@movim.eu'
|
||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
||||
@@ -35,7 +35,7 @@ export const rezoLis = [
|
||||
{
|
||||
tit: 'Twitter',
|
||||
lyen: `https://twitter.com/${tiwtterUsername}`,
|
||||
icon: <TwitterIcon />
|
||||
icon: <XIcon />
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user