From e3ed850e120fc06335ff2d6ca59b39091d8b58e1 Mon Sep 17 00:00:00 2001 From: Jommi Date: Fri, 11 Jul 2025 16:28:19 +0200 Subject: [PATCH] Add 2025 ETHCC Beam Day Event Overview website Added Will's excellent Hackmd summarizing beam day talks, with transcripts and slides. --- data/key-resources.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/key-resources.tsx b/data/key-resources.tsx index f88e054..4ade99f 100644 --- a/data/key-resources.tsx +++ b/data/key-resources.tsx @@ -50,4 +50,10 @@ export const keyResourcesData: KeyResource[] = [ url: 'https://x.com/VitalikButerin/status/1885046277932552697', date: 'Jan 2025', }, + { + icon: FileText, + title: 'Beam Day ETHCC 2025 Event Overview', + url: 'https://hackmd.io/@willcorcoran/BkZ-gs5Bll', + date: 'June 2025', + }, ];