Skip to content

Commit

Permalink
Replace twitter icon with X icon and change name (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
goslingo authored May 13, 2024
1 parent 8a0b00e commit 482c93f
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 12 deletions.
1 change: 0 additions & 1 deletion locales/cn/page.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"Discuss governance and governance proposals on Vega Networks.": "讨论 Vega Networks 的治理和治理建议",
"Telegram": "电报",
"Official Telegram Group for Vega Protocol.": "Vega 协议官方电报组",
"Twitter": "推特",
"Substack": "Substack",
"Roll up! Roll up! Vega's bi-weekly highlights newsletter.": "Vega每两周一次的精彩通讯",
"YouTube": "",
Expand Down
5 changes: 2 additions & 3 deletions locales/en/page.community.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Contributors": "",
"Contributors": "Contributors",
"Events": "Events",
"Upcoming community events, meet-ups, research office hours and community calls.": "Upcoming community events, meet-ups, research office hours and community calls.",
"Upcoming events + meetups": "Upcoming events + meetups",
Expand All @@ -12,7 +12,6 @@
"Discuss governance and governance proposals on Vega Networks.": "Discuss governance and governance proposals on Vega Networks.",
"Telegram": "Telegram",
"Official Telegram Group for Vega Protocol.": "Official Telegram Group for Vega Protocol.",
"Twitter": "Twitter",
"Substack": "Substack",
"Roll up! Roll up! Vega's bi-weekly highlights newsletter.": "Roll up! Roll up! Vega's bi-weekly highlights newsletter.",
"YouTube": "YouTube",
Expand All @@ -23,7 +22,7 @@
"Latest news on the Vega blog.": "Latest news on the Vega blog.",
"Github": "Github",
"Explore our online repositories, or collaborate with the Vega teams.": "Explore our online repositories, or collaborate with the Vega teams.",
"Contribute": "",
"Contribute": "Contribute",
"Feedback": "Feedback",
"Feedback and feature requests": "Feedback and feature requests",
"Contribute to the source code, and get building with our APIs.": "Contribute to the source code, and get building with our APIs.",
Expand Down
1 change: 0 additions & 1 deletion locales/es/page.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"Discuss governance and governance proposals on Vega Networks.": "Discutir la gobernanza y las propuestas de gobernanza en Vega Networks.",
"Telegram": "Telegram",
"Official Telegram Group for Vega Protocol.": "Grupo oficial de Telegram para el Protocolo Vega.",
"Twitter": "Twitter",
"Substack": "Substack",
"Roll up! Roll up! Vega's bi-weekly highlights newsletter.": "¡Enrollar! ¡Enrollar! Boletín quincenal de aspectos destacados de Vega.",
"YouTube": "YouTube",
Expand Down
1 change: 0 additions & 1 deletion locales/ko/page.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"Discuss governance and governance proposals on Vega Networks.": "Vega Network에서 거버넌스 및 거버넌스 안건 제안에 대해 토론하세요.",
"Telegram": "텔레그램",
"Official Telegram Group for Vega Protocol.": "Vega Protocol의 공식 텔레그램 채팅방",
"Twitter": "트위터",
"Substack": "서브스택",
"Roll up! Roll up! Vega's bi-weekly highlights newsletter.": "신문이 왔어요! Vega의 격주 하이라이트 뉴스레터.",
"YouTube": "유튜브",
Expand Down
1 change: 0 additions & 1 deletion locales/ru/page.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"Discuss governance and governance proposals on Vega Networks.": "Обсудить предложения по управлению и руководству в Vega Networks.",
"Telegram": "Telegram",
"Official Telegram Group for Vega Protocol.": "Официальная группа Telegram для протокола Vega.",
"Twitter": "Twitter",
"Substack": "Substack",
"Roll up! Roll up! Vega's bi-weekly highlights newsletter.": "Свернуть! Свернуть! Информационный бюллетень Vega, выходящий раз в две недели.",
"YouTube": "YouTube",
Expand Down
1 change: 0 additions & 1 deletion locales/vi/page.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"Discuss governance and governance proposals on Vega Networks.": "Thảo luận về quản trị và đề xuất quản trị trên Vega Networks.",
"Telegram": "Telegram",
"Official Telegram Group for Vega Protocol.": "Nhóm Telegram chính thức cho Cổng giao thức Vega.",
"Twitter": "Twitter",
"Substack": "Substack",
"Roll up! Roll up! Vega's bi-weekly highlights newsletter.": "Cuộn lên! Cuộn lên! Bản tin nổi bật hai tuần một lần của Vega.",
"YouTube": "YouTube",
Expand Down
Binary file added src/images/social-icons/X.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/social-icons/twitter.png
Binary file not shown.
8 changes: 4 additions & 4 deletions src/pages/community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const CommunityPage = ({ data }) => {
icon={getImage(data.iconTelegram)}
/>
<ToolBox
title={t('Twitter')}
title="X"
text="@vegaprotocol"
link="https://twitter.com/vegaprotocol"
icon={getImage(data.iconTwitter)}
link="https://x.com/vegaprotocol"
icon={getImage(data.iconX)}
/>
<ToolBox
title={t('Substack')}
Expand Down Expand Up @@ -247,7 +247,7 @@ export const query = graphql`
)
}
}
iconTwitter: file(relativePath: { eq: "social-icons/twitter.png" }) {
iconX: file(relativePath: { eq: "social-icons/X.png" }) {
childImageSharp {
gatsbyImageData(
width: 96
Expand Down

0 comments on commit 482c93f

Please sign in to comment.