Skip to content

Commit

Permalink
fix: enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong committed Apr 3, 2024
1 parent 8112246 commit 88b010a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
8 changes: 8 additions & 0 deletions public/img/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions public/locales/en/grant-program.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,32 @@
"title": "Grant Tracks",
"applyNow": "Apply now",
"items": [
{
"icon": "/img/grant/track-icon-1.svg",
"title": "Community",
"track": "Track",
"link": "https://app.charmverse.io/taiko/partner-track-9459862254384057",
"text": "The Community 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. <br/><br/> 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 <b>Closed</b>",
"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. <br/><br/> 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 <b>ongoing track that is going to stay open</b> 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. <br/><br/> 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 <b>Open</b>",
"active": true
},
{
"icon": "/img/grant/track-icon-3.svg",
"title": "Request for Proposal (RFP)",
"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. <br/><br/>A list of our current RFPs can be found <u>here</u> and applications are open to anyone, including established teams and prior grantees.",
"timeline": "The RFPs Track is an <b>ongoing track that is going to stay open</b> beyond Cycle 2.",
"active": false
"timeline": "The RFPs Track is <b>Open</b>",
"active": true
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions public/locales/en/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`;
}
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/11-grant-screens/ui/05-tracks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Tracks: React.FC = () => {
</p>
</div>

<MediaQuery
{item.active && <MediaQuery
query="(min-width: 769px)"
children={
<Button
Expand All @@ -55,7 +55,7 @@ export const Tracks: React.FC = () => {
variant="pink-outlined"
/>
}
/>
/>}
</div>

<p
Expand Down

0 comments on commit 88b010a

Please sign in to comment.