stream/src/data/navigation.js

16 lines
224 B
JavaScript
Raw Normal View History

2021-10-15 13:37:54 +00:00
export default {
en: [
{
label: 'Program guide',
to: '/program'
},
{
label: 'Series',
to: '/series'
},
{
label: 'Archive',
href: 'https://tv.undersco.re/'
}
]
}