Skip to content

Commit a4d50a3

Browse files
committed
patch: lastUpdated and key names
1 parent 81e488d commit a4d50a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/[locale]/developers/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const DevelopersPage = async ({
177177
variants={[
178178
<Fragment key="empty" />,
179179
<Section
180-
key="without-metrics"
180+
key="why?-without-metrics"
181181
id="why"
182182
className={cn(
183183
"grid grid-cols-1 gap-6 md:gap-10 lg:grid-cols-2",
@@ -195,7 +195,7 @@ const DevelopersPage = async ({
195195
<WhyGrid />
196196
</Section>,
197197
<Section
198-
key="with-metrics"
198+
key="why?-with-metrics"
199199
id="why"
200200
className={cn(
201201
"grid grid-cols-1 gap-6 md:gap-10 lg:grid-cols-2",
@@ -214,7 +214,7 @@ const DevelopersPage = async ({
214214
value="$93 - 169K"
215215
sourceName="Glassdoor"
216216
sourceUrl="https://www.glassdoor.com/Salaries/developer-salary-SRCH_KO0%2C9.htm"
217-
lastUpdated="2025-08-23T00:00:00Z"
217+
lastUpdated="2025-04-10T12:00:00Z"
218218
>
219219
Avg developer salary
220220
</BigNumber>
@@ -223,7 +223,7 @@ const DevelopersPage = async ({
223223
value="$80 - 255K"
224224
sourceName="Web3 Jobs"
225225
sourceUrl="https://web3.career/web3-salaries/united-states"
226-
lastUpdated="2025-04-10T12:00:00Z"
226+
lastUpdated="2025-08-01T12:00:00Z"
227227
>
228228
Avg salary in blockchain industry
229229
</BigNumber>

0 commit comments

Comments
 (0)