Skip to content

Commit

Permalink
feat: add dccms whatsapp link
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Oct 15, 2024
1 parent b8f64f1 commit 9ac23d2
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions apps/picsa-tools/resources-tool/src/app/data/weather/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ export const WEATHER_LINKS: Record<string, IResourceLink> = {
cover: { image: 'assets/resources/covers/facebook.svg' },
filter: { countries: ['zm'] },
},
dccms_whatsapp: {
id: 'dccms_whatsapp',
title: 'DCCMS Whatsapp',
description: 'Stay updated on #Malawi weather, climate, alerts and news.',
type: 'link',
subtype: 'whatsapp',
cover: { image: 'assets/resources/covers/whatsapp.svg' },
url: 'https://www.whatsapp.com/channel/0029VaT21WW8PgsBmJWWGc1A',
priority: 9,
filter: { countries: ['mw'] },
},
dccms_daily_forecast: {
id: 'dccms_daily_forecast',
title: 'DCCMS Daily Forecast',
Expand All @@ -32,17 +43,7 @@ export const WEATHER_LINKS: Record<string, IResourceLink> = {
priority: 10,
filter: { countries: ['mw'] },
},
dccms_facebook: {
id: 'dccms_facebook',
title: 'DCCMS Malawi',
description: 'Facebook Group',
type: 'link',
subtype: 'facebook',
cover: { image: 'assets/resources/covers/facebook.svg' },
url: 'https://www.facebook.com/MALAWIWEATHERUPDATE',
priority: 9,
filter: { countries: ['mw'] },
},

dccms_twitter: {
id: 'dccms_twitter',
title: 'DCCMS Twitter',
Expand Down

0 comments on commit 9ac23d2

Please sign in to comment.