Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove forbole academy from intro section #102

Merged
merged 3 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/home/[email protected]
Binary file not shown.
Binary file removed public/home/[email protected]
Binary file not shown.
3 changes: 0 additions & 3 deletions public/locales/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"Blockchain_Data_Analytics_Tools_desc": "Empower token holders and blockchain developers with easy access to on-chain data by using our open source block explorer.",
"Blockchain_Data_Analytics_Tools_title": "Blockchain Data Analytics Tools",
"coBuildingInterchain": "Safekeeping You On-chain",
"coming_soon": "Coming soon",
"description": "Forbole is an experienced professional blockchain node operator and staking provider. Delegate to us and earn your crypto rewards now!",
"Developer_Tools_desc": "Our developer infrastructure platform is ready made to serve DApp developers for their development with easy access to blockchain data.",
"Developer_Tools_title": "Developer Tools",
"Enterprise_Solution_desc": "High-performance nodes with customization for organizations to leverage blockchain technology in their business operations.",
"Enterprise_Solution_title": "Enterprise Solution",
"Forbole_Academy_desc": "Provide fundamental knowledge for users who are new to the blockchain space and pave the way to a decentralized, cross-chain future.",
"Forbole_Academy_title": "Forbole Academy",
"Native_Staking_Service_desc": "Empowering retail and institutional token holders by providing passive crypto income.",
"Native_Staking_Service_title": "Native Staking Service",
"see_more": "See more",
Expand Down
3 changes: 0 additions & 3 deletions public/locales/zh-CN/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"Blockchain_Data_Analytics_Tools_desc": "我们的开源区块浏览器,将链上数据可视化,链上操作简易化,链上开发模块化。",
"Blockchain_Data_Analytics_Tools_title": "区块链数据分析工具",
"coBuildingInterchain": "坚实基建,跬步千里",
"coming_soon": "即將推出",
"description": "Forbole是一家经验丰富的专业区块链节点运营商和质押提供商。委托给我们并立即赚取您的加密货币奖励!",
"Developer_Tools_desc": "我们的基础建设,让你轻松取得链上数据,使你无障碍专注于DApp开发。",
"Developer_Tools_title": "开发者专用工具",
"Enterprise_Solution_desc": "提供技术咨询服务,利用高效节点经验,提供独一无二的区块链技术策略方案。",
"Enterprise_Solution_title": "企业解决方案",
"Forbole_Academy_desc": "提供基础知识给刚接触区块链领域的用户,为走向去中心化、跨链的未来铺路。",
"Forbole_Academy_title": "Forbole Academy",
"Native_Staking_Service_desc": "适合企业及个人持通证用户,提供被动收入。",
"Native_Staking_Service_title": "原生通证质押服务",
"see_more": "查看更多",
Expand Down
3 changes: 0 additions & 3 deletions public/locales/zh-HK/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"Blockchain_Data_Analytics_Tools_desc": "我們的開源區塊瀏覽器,將鏈上數據可視化,鏈上操作簡易化,鏈上開發模塊化。",
"Blockchain_Data_Analytics_Tools_title": "區塊鏈數據分析工具",
"coBuildingInterchain": "堅實基建,硅步千里",
"coming_soon": "即將推出",
"description": "Forbole是一家經驗豐富的專業區塊鏈節點營運商和質押提供者。委託給我們並立即賺取您的加密貨幣獎勵!",
"Developer_Tools_desc": "我們的基礎建設,讓你輕鬆取得鏈上數據,使你無障礙專注DApp開發。",
"Developer_Tools_title": "開發者專用工具",
"Enterprise_Solution_desc": "提供技術諮詢服務,利用高效節點經驗,提供獨一無二的區塊鏈技術策略方案。",
"Enterprise_Solution_title": "企業解決方案",
"Forbole_Academy_desc": "提供基礎知識給剛接觸區塊鏈領域的用戶,為走向去中心化、跨鏈的未來鋪路。",
"Forbole_Academy_title": "Forbole Academy",
"Native_Staking_Service_desc": "適合企業及個人持通證用戶,提供被動收入。",
"Native_Staking_Service_title": "原生通證質押服務",
"see_more": "查看更多",
Expand Down
14 changes: 0 additions & 14 deletions src/screens/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,6 @@ const Home: FC<Props> = ({ pages }) => {
title={t("Enterprise_Solution_title")}
/>
</Grid>
<Grid item laptop={4} mobile={12}>
<IntroPanel
btnName={t("coming_soon")}
desc={t("Forbole_Academy_desc")}
disabled
imageHref={
isMobile
? require("/public/home/[email protected]")
: require("/public/home/[email protected]")
MonikaCat marked this conversation as resolved.
Show resolved Hide resolved
}
img_not_response
title={t("Forbole_Academy_title")}
/>
</Grid>
</Grid>
<Typography
sx={{
Expand Down