From f6730d0d2ce91c59460639676879d3b356307b9b Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Wed, 4 Dec 2024 19:13:35 +0100 Subject: [PATCH] chore(website): add ethindia to the website --- apps/website/shared/data/events.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/website/shared/data/events.ts b/apps/website/shared/data/events.ts index f9abaf99..89be1e25 100644 --- a/apps/website/shared/data/events.ts +++ b/apps/website/shared/data/events.ts @@ -26,5 +26,12 @@ export const EVENTS: Event[] = [ description: "Bandada team will deliver an in-person talk and run workshops.", link: "https://devcon.org/en/" + }, + { + event: "ETHIndia", + date: "Dec 6-8, 2024", + description: + "Semaphore team will deliver an in-person talk on Semaphore and Bandada.", + link: "https://ethindia.co" } ]