Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e-picsa/picsa-apps into fea…
Browse files Browse the repository at this point in the history
…t/direct-to-farmer-videos
  • Loading branch information
chrismclarke committed Oct 22, 2023
2 parents 429a473 + 4694c44 commit fda3149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/picsa-tools/resources-tool/src/app/data/weather/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ export const WEATHER_LINKS: Record<string, IResourceLink> = {
filter: { countries: ['mw'] },
},
dccms_facebook: {
id: 'dccms_daily_forecast',
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: 10,
priority: 9,
filter: { countries: ['mw'] },
},
dccms_twitter: {
Expand Down
2 changes: 1 addition & 1 deletion libs/environments/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import packageJson from '../../../package.json';

export const APP_VERSION = {
number: packageJson.version,
date: '2023-10-21',
date: '2023-10-22',
};

0 comments on commit fda3149

Please sign in to comment.