Merge pull request #3381 from ethereum/groupm

replace gitter with discord invitation link on Home tab
pull/5370/head
yann300 2 years ago committed by GitHub
commit 87e55f461b
  1. 2
      apps/remix-ide/src/app/tabs/locales/en/home.json
  2. 2
      apps/remix-ide/src/app/tabs/locales/zh/home.json
  3. 6
      libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx

@ -45,7 +45,7 @@
"home.remixTwitterProfile": "Remix Twitter Profile", "home.remixTwitterProfile": "Remix Twitter Profile",
"home.remixLinkedinProfile": "Remix Linkedin Profile", "home.remixLinkedinProfile": "Remix Linkedin Profile",
"home.remixMediumPosts": "Remix Medium Posts", "home.remixMediumPosts": "Remix Medium Posts",
"home.remixGitterChannel": "Remix Gitter Channel", "home.remixGitterChannel": "Join us on Discord",
"home.nativeIDE": "The Native IDE for Web3 Development.", "home.nativeIDE": "The Native IDE for Web3 Development.",
"home.website": "Website", "home.website": "Website",
"home.documentation": "Documentation", "home.documentation": "Documentation",

@ -43,7 +43,7 @@
"home.remixTwitterProfile": "Remix 推特档案", "home.remixTwitterProfile": "Remix 推特档案",
"home.remixLinkedinProfile": "Remix 领英档案", "home.remixLinkedinProfile": "Remix 领英档案",
"home.remixMediumPosts": "Remix Medium 文章", "home.remixMediumPosts": "Remix Medium 文章",
"home.remixGitterChannel": "Remix Gitter 频道", "home.remixGitterChannel": "Join us on Discord",
"home.nativeIDE": "用于 Web3 开发的原生 IDE。", "home.nativeIDE": "用于 Web3 开发的原生 IDE。",
"home.website": "网站", "home.website": "网站",
"home.documentation": "文档", "home.documentation": "文档",

@ -142,10 +142,10 @@ function HomeTabTitle() {
> >
<button <button
onClick={() => { onClick={() => {
openLink("https://gitter.im/ethereum/remix") openLink("https://discord.gg/mh9hFCKkEq")
_paq.push(['trackEvent', 'hometab', 'socialmedia', 'gitter']) _paq.push(['trackEvent', 'hometab', 'socialmedia', 'discord'])
}} }}
className="border-0 h-100 p-2 btn fab fa-gitter"> className="border-0 h-100 p-2 btn fab fa-discord">
</button> </button>
</CustomTooltip> </CustomTooltip>
</span> </span>

Loading…
Cancel
Save