src/app/routes/onDemandAudio/tempData/podcastExternalLinks/hausa.js

Summary

Maintainability
A
55 mins
Test Coverage
A
100%
const externalLinks = {
  default: {
    p08mlgcb: [
      {
        linkText: 'Spotify',
        linkUrl: 'https://open.spotify.com/show/1JGid3GVGVdab0FycTUY4L',
        linkType: 'spotify',
      },
      {
        linkText: 'Apple',
        linkUrl:
          'https://podcasts.apple.com/us/podcast/korona-ina-mafita/id1526116287',
        linkType: 'apple',
      },
    ],
  },
};

export default externalLinks;