Skip to content

Commit 72b723c

Browse files
authored
Merge pull request #14025 from ethereum/staging
Staging -> dev
2 parents b15e904 + 35878b7 commit 72b723c

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

src/pages/assets.tsx

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -262,68 +262,59 @@ const AssetsPage = () => {
262262
title={t("page-assets-doge")}
263263
alt={t("page-assets-doge")}
264264
image={doge}
265-
artistName="William Tempest"
266-
artistUrl="https://cargocollective.com/willtempest"
265+
artistName="WT"
267266
/>
268267
<AssetDownload
269268
title={t("page-assets-blocks")}
270269
alt={t("page-assets-blocks")}
271270
image={developers}
272-
artistName="William Tempest"
273-
artistUrl="https://cargocollective.com/willtempest"
271+
artistName="WT"
274272
/>
275273
<AssetDownload
276274
title={t("page-assets-enterprise")}
277275
alt={t("page-assets-enterprise")}
278276
image={enterprise}
279-
artistName="William Tempest"
280-
artistUrl="https://cargocollective.com/willtempest"
277+
artistName="WT"
281278
/>
282279
</Row>
283280
<Row>
284281
<AssetDownload
285282
title={t("page-assets-infrastructure")}
286283
alt={t("page-assets-infrastructure")}
287284
image={infrastructure}
288-
artistName="William Tempest"
289-
artistUrl="https://cargocollective.com/willtempest"
285+
artistName="WT"
290286
/>
291287
<AssetDownload
292288
title={t("page-assets-finance")}
293289
alt={t("page-assets-finance")}
294290
image={finance}
295-
artistName="William Tempest"
296-
artistUrl="https://cargocollective.com/willtempest"
291+
artistName="WT"
297292
/>
298293
<AssetDownload
299294
title={t("page-assets-impact")}
300295
alt={t("page-assets-impact")}
301296
image={impact}
302-
artistName="William Tempest"
303-
artistUrl="https://cargocollective.com/willtempest"
297+
artistName="WT"
304298
/>
305299
</Row>
306300
<Row>
307301
<AssetDownload
308302
title={t("page-assets-future")}
309303
alt={t("page-assets-future")}
310304
image={future}
311-
artistName="William Tempest"
312-
artistUrl="https://cargocollective.com/willtempest"
305+
artistName="WT"
313306
/>
314307
<AssetDownload
315308
title={t("page-assets-hackathon")}
316309
alt={t("page-assets-hackathon")}
317310
image={hackathon}
318-
artistName="William Tempest"
319-
artistUrl="https://cargocollective.com/willtempest"
311+
artistName="WT"
320312
/>
321313
<AssetDownload
322314
title={t("page-assets-robot")}
323315
alt={t("page-assets-robot")}
324316
image={wallet}
325-
artistName="William Tempest"
326-
artistUrl="https://cargocollective.com/willtempest"
317+
artistName="WT"
327318
/>
328319
</Row>
329320
<Row>

0 commit comments

Comments
 (0)