stream/src/data/navigation.js

16 lines
272 B
JavaScript
Raw Normal View History

2021-10-15 13:37:54 +00:00
export default {
en: [
{
label: 'Program guide',
2021-11-01 22:34:29 +00:00
to: '/'
2021-10-15 13:37:54 +00:00
},
{
label: 'Series',
to: '/series'
},
{
label: 'Archive',
2021-11-10 15:34:13 +00:00
href: 'https://tv.undersco.re/search?sort=-match&searchTarget=local&search=livestream'
2021-10-15 13:37:54 +00:00
}
]
}