From 98b292b3c5081a406a3ddb71736c3b46e2064fe6 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:33:37 +0200 Subject: [PATCH] Fixed 'hacktahon' typo in events.js --- src/lib/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/events.js b/src/lib/events.js index 49efb75..32aacfb 100644 --- a/src/lib/events.js +++ b/src/lib/events.js @@ -6,7 +6,7 @@ export const types = [ { id: "summit", name: 'Summit', plural: 'Summits' }, { id: "privacy-corner", name: 'Privacy Corner', plural: 'Privacy Corners' }, { id: "online-summit", name: 'Online Summit', plural: 'Online Summits' }, - { id: 'meta-hackathon', name: 'Meta-hackathon', plural: 'Meta-hacktahons'}, + { id: 'meta-hackathon', name: 'Meta-hackathon', plural: 'Meta-hackathons'}, ] export const countryNames = { @@ -152,4 +152,4 @@ export function getSpeakerImage(speaker, size='400') { return speaker.thumbs[size]; } return speaker.imageUrl; -} \ No newline at end of file +}