Skip to content

Commit

Permalink
fix copy for events
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed May 7, 2024
1 parent 73b6f31 commit e48be9e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions shared/content/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ export interface EventItem {
export const EVENTS: EventItem[] = [
{
eventName: "EthCC",
description:
"Bandada team will attend Progcrypto and deliver workshops on how to build applications with Bandada.",
description: "Anon Aadhaar team will attend EthCC.",
date: "July 8 - 11, 2024",
url: "https://ethcc.io/",
},
{
eventName: "Devcon",
description:
"Bandada team will attend Progcrypto and deliver workshops on how to build applications with Bandada.",
description: "Anon Aadhaar team will attend Devcon.",
date: "Nov 09 - 17, 2024",
url: "https://devcon.org/en/",
},
{
eventName: "ETHIndia",
description:
"Bandada team will attend Progcrypto and deliver workshops on how to build applications with Bandada.",
description: "Anon Aadhaar team will attend ETHIndia.",
date: "Nov 09 - 17, 2024",
url: "#",
},
Expand Down

0 comments on commit e48be9e

Please sign in to comment.