From 60d9ec9404b7a642a08cfa0bf92ff94d7db0fa0f Mon Sep 17 00:00:00 2001 From: Shariq Naiyer Date: Fri, 5 Sep 2025 16:26:42 -0600 Subject: [PATCH 1/2] feat: add justin introduction slides --- data/lean-calls.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/lean-calls.tsx b/data/lean-calls.tsx index 6a0bf85..4ac8f2e 100644 --- a/data/lean-calls.tsx +++ b/data/lean-calls.tsx @@ -232,6 +232,11 @@ export const leanCallsData: LeanCall[] = [ url: 'https://github.com/ethereum/pm/issues/1717', type: 'agenda', }, + { + title: 'Justin\'s Introduction Slides', + url: 'https://docs.google.com/presentation/d/1PpNcAOsoc7nXAeztavFXHMUCOFACy9pdrRUrlVqPRUY/edit?slide=id.p#slide=id.p', + type: 'slides', + }, { title: 'PQ Interop Slides', url: 'https://docs.google.com/presentation/d/1-rAV0gdy2ZVmqDrmLXmGoMclP2EJsYOoRBxogfq_uQc/edit?slide=id.g37bac8dfc79_0_960#slide=id.g37bac8dfc79_0_960', From 5e9c96c6750895ee436aaa4d117d9a561f90cfc8 Mon Sep 17 00:00:00 2001 From: Shariq Naiyer Date: Fri, 5 Sep 2025 16:29:47 -0600 Subject: [PATCH 2/2] fix: prettier --- data/lean-calls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lean-calls.tsx b/data/lean-calls.tsx index 4ac8f2e..67e5e5b 100644 --- a/data/lean-calls.tsx +++ b/data/lean-calls.tsx @@ -233,7 +233,7 @@ export const leanCallsData: LeanCall[] = [ type: 'agenda', }, { - title: 'Justin\'s Introduction Slides', + title: "Justin's Introduction Slides", url: 'https://docs.google.com/presentation/d/1PpNcAOsoc7nXAeztavFXHMUCOFACy9pdrRUrlVqPRUY/edit?slide=id.p#slide=id.p', type: 'slides', },