diff --git a/src/datas/home/social-channels.js b/src/datas/home/social-channels.js index 9022fe603..df7594b14 100644 --- a/src/datas/home/social-channels.js +++ b/src/datas/home/social-channels.js @@ -1,54 +1,55 @@ export const socialChannels = { - title: "Social channels", - description: "Communication channels for the community, discussions, updates, and news.", - items: [ - { - id: 1, - title: "X", - text: "Read the latest", - image: "home/twitter-black.png", - type: "external", - url: "https://twitter.com/CelestiaOrg/", - }, - { - id: 2, - title: "Discord", - text: "Get involved", - image: "home/discord-black.png", - type: "external", - url: "https://discord.com/invite/YsnTPcSfWQ", - }, - { - id: 3, - title: "Github", - text: "Build with us", - image: "home/github-black.png", - type: "external", - url: "https://github.com/celestiaorg/", - }, - { - id: 4, - title: "Telegram", - text: "Join discussion", - image: "home/telegram-black.png", - type: "external", - url: "https://t.me/CelestiaCommunity/", - }, - { - id: 5, - title: "Forum", - text: "Read Updates", - image: "home/forum-black.png", - type: "external", - url: "https://forum.celestia.org/", - }, - { - id: 6, - title: "Reddit", - text: "See more", - image: "home/reddit-black.png", - type: "external", - url: "https://www.reddit.com/r/CelestiaNetwork/", - }, - ], + title: "Social channels", + description: + "Communication channels for the community, discussions, updates, and news.", + items: [ + { + id: 1, + title: "X", + text: "Read the latest", + image: "home/x-black.png", + type: "external", + url: "https://x.com/CelestiaOrg/", + }, + { + id: 2, + title: "Discord", + text: "Get involved", + image: "home/discord-black.png", + type: "external", + url: "https://discord.com/invite/YsnTPcSfWQ", + }, + { + id: 3, + title: "Github", + text: "Build with us", + image: "home/github-black.png", + type: "external", + url: "https://github.com/celestiaorg/", + }, + { + id: 4, + title: "Telegram", + text: "Join discussion", + image: "home/telegram-black.png", + type: "external", + url: "https://t.me/CelestiaCommunity/", + }, + { + id: 5, + title: "Forum", + text: "Read Updates", + image: "home/forum-black.png", + type: "external", + url: "https://forum.celestia.org/", + }, + { + id: 6, + title: "Reddit", + text: "See more", + image: "home/reddit-black.png", + type: "external", + url: "https://www.reddit.com/r/CelestiaNetwork/", + }, + ], }; diff --git a/src/images/home/x-black.png b/src/images/home/x-black.png new file mode 100644 index 000000000..c60ed7982 Binary files /dev/null and b/src/images/home/x-black.png differ