From 745edb8e9233bb1b8b3f3eb99fc4f8d1c07d0130 Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Wed, 4 Dec 2024 19:15:22 +0100 Subject: [PATCH] chore(website): add ethindia event to the website (#911) --- apps/website/src/data/events.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/website/src/data/events.json b/apps/website/src/data/events.json index f7c735f98..b24e84976 100644 --- a/apps/website/src/data/events.json +++ b/apps/website/src/data/events.json @@ -10,5 +10,11 @@ "date": "Nov 12-15, 2024", "description": "Semaphore team will deliver an in-person talk and run workshops.", "link": "https://devcon.org/en/" + }, + { + "name": "ETHIndia", + "date": "Dec 6-8, 2024", + "description": "Semaphore team will deliver an in-person talk on Semaphore and Bandada.", + "link": "https://ethindia.co" } ]