From 9b09eee5f81f464e1c3c4b2823ced096071d05f6 Mon Sep 17 00:00:00 2001 From: xelab04 Date: Wed, 19 Mar 2025 20:02:18 +0400 Subject: [PATCH] sneakily added meetup.mu to community page --- packages/frontendmu-data/data/projects.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/frontendmu-data/data/projects.ts b/packages/frontendmu-data/data/projects.ts index c4187269..54573c15 100644 --- a/packages/frontendmu-data/data/projects.ts +++ b/packages/frontendmu-data/data/projects.ts @@ -119,6 +119,14 @@ export const projects: Project[] = [ author_github_username: 'Saamiyah', categories: ['music', 'ambiance'], description: 'Ambiance was created to mimic a different environment for working everyday.' + }, + { + title: 'Meetup.mu', + icon: 'ph:calendar-duotone', + project_url: 'https://meetup.mu/', + author_github_username: 'xelab04', + categories: ['community', 'Mauritius', 'open-data'], + description: 'Aggregator for all tech meetups happening in Mauritius, so you can better plan your Saturdays!' } ]