diff --git a/public/img/sprite.svg b/public/img/sprite.svg
index 49a6c6c..edeb562 100644
--- a/public/img/sprite.svg
+++ b/public/img/sprite.svg
@@ -38,6 +38,14 @@
+
The track could also be suitable for a crypto service provider that is looking to integrate, support, or deploy on Taikoand would like to make a grant application. The goal is to onboard the projects/service providers everyone knows and loves to Taiko and make them feel at home.",
+ "timeline": "The Community Track is Closed",
+ "active": false
+ },
{
"icon": "/img/grant/track-icon-2.svg",
"title": "Partner",
"track": "Track",
"link": "https://app.charmverse.io/taiko/partner-track-9459862254384057",
- "text": "The Partner Track is aimed at established and mature projects or service providers. This track is suitable for projects that are already live, have some active users, and a sizeable community.
The track could also be suitable for a crypto service provider that is looking to integrate, support, or deploy on Taikoand would like to make a grant application. The goal is to onboard the projects/service providers everyone knows and loves to Taiko and make them feel at home.",
- "timeline": "The Partner Track is an ongoing track that is going to stay open beyond Cycle 2.",
- "active": false
+ "text": "The Partner Track is aimed at established and mature projects or service providers. This track is suitable for projects that are already live, have some active users, and a sizeable community.
The track could also be suitable for a crypto service provider that is looking to integrate, support, or deploy on Taiko and would like to make a grant application. The goal is to onboard the projects/service providers everyone knows and loves to Taiko and make them feel at home.",
+ "timeline": "The Partner Track is Open",
+ "active": true
},
{
"icon": "/img/grant/track-icon-3.svg",
@@ -67,8 +76,8 @@
"track": "Track",
"link": "https://app.charmverse.io/taiko/request-for-proposal-rfp-track-8186138497093947",
"text": "The RFP Track is aimed at experienced builders or teams who want to work on high-impact projects that are submitted by Taiko Labs. These will typically be specific requests for features or solutions that relate to the Taiko protocol or ecosystem. The Taiko team will submit such requests, as and when needed, and invite proposals from the community.
A list of our current RFPs can be found here and applications are open to anyone, including established teams and prior grantees.",
- "timeline": "The RFPs Track is an ongoing track that is going to stay open beyond Cycle 2.",
- "active": false
+ "timeline": "The RFPs Track is Open",
+ "active": true
}
]
},
diff --git a/public/locales/en/header.json b/public/locales/en/header.json
index 32a58b4..95e52b1 100644
--- a/public/locales/en/header.json
+++ b/public/locales/en/header.json
@@ -70,6 +70,9 @@
{
"icon": "socials:github",
"url": "https://github.com/taikoxyz"
+ },{
+ "icon": "socials:twitter",
+ "url": "https://twitter.com/taikoxyz"
}, {
"icon": "socials:discord",
"url": "https://discord.com/invite/taikoxyz"
diff --git a/src/widgets/01-home-screens/ui/05.01-ecosystem-dapps/index.tsx b/src/widgets/01-home-screens/ui/05.01-ecosystem-dapps/index.tsx
index 22df800..04aa744 100644
--- a/src/widgets/01-home-screens/ui/05.01-ecosystem-dapps/index.tsx
+++ b/src/widgets/01-home-screens/ui/05.01-ecosystem-dapps/index.tsx
@@ -15,7 +15,7 @@ const EcosystemDapps: React.FC= () => {
let current = { var: +(spanRef.current.textContent || 0) };
gsap.to(current, 2, {
- var: 90,
+ var: 100,
onUpdate: function() {
spanRef.current!.innerHTML = `${Math.ceil(current.var)}`;
}
diff --git a/src/widgets/11-grant-screens/ui/05-tracks/index.tsx b/src/widgets/11-grant-screens/ui/05-tracks/index.tsx
index a761529..79a26cb 100644
--- a/src/widgets/11-grant-screens/ui/05-tracks/index.tsx
+++ b/src/widgets/11-grant-screens/ui/05-tracks/index.tsx
@@ -43,7 +43,7 @@ export const Tracks: React.FC = () => {