bbc/psammead

View on GitHub
packages/components/psammead-navigation/testHelpers/igbo.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%
const igboNavData = [
  {
    title: 'Akụkọ',
    url: '/igbo',
  },
  {
    title: 'Egwuregwu',
    url: '/igbo/egwuregwu',
  },
  {
    title: 'Ihe nkiri',
    url: '/igbo/media/video',
  },
  {
    title: 'Nke ka ewuewu',
    url: '/igbo/popular/read',
  },
];

export default igboNavData;