Skip to content

Commit 32b3202

Browse files
committed
fix: course hours lengths
1 parent 5161e40 commit 32b3202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/[locale]/developers/utils.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
7171
title: "Solidity smart contract development",
7272
description:
7373
"Solidity Programming is your gateway to web3 development in Ethereum compatible ecosystems.",
74-
hours: 3,
74+
hours: 5,
7575
imgSrc: cyfrinSolidityBanner,
7676
imgAlt:
7777
"Cyfrin Updraft Solidity smart contract development course banner",
@@ -81,7 +81,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
8181
title: "Foundry fundamentals",
8282
description:
8383
"Level up your Solidity development skills with Foundry and advanced web3 development concepts and tools.",
84-
hours: 3,
84+
hours: 10,
8585
imgSrc: cyfrinFoundryFundamentalsBanner,
8686
imgAlt: "Cyfrin Updraft Foundry fundamentals course banner",
8787
href: "https://updraft.cyfrin.io/courses/foundry",
@@ -90,7 +90,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
9090
title: "Advanced foundry",
9191
description:
9292
"Master web3 development techniques with Advanced Foundry for Solidity smart contract development.",
93-
hours: 3,
93+
hours: 13,
9494
imgSrc: cyfrinFoundryAdvancedBanner,
9595
imgAlt: "Cyfrin Updraft Advanced foundry course banner",
9696
href: "https://updraft.cyfrin.io/courses/advanced-foundry",
@@ -99,7 +99,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
9999
title: "Smart contract security", // "Learn smart contract auditing, security, and DeFi",
100100
description:
101101
"Start your career as a smart contract security researcher! Learn smart contract auditing and the best practices.",
102-
hours: 3,
102+
hours: 24,
103103
imgSrc: cyfrinSecurityBanner,
104104
imgAlt: "Cyfrin Updraft Blockchain basics course banner",
105105
href: "https://updraft.cyfrin.io/courses/security",

0 commit comments

Comments
 (0)