diff --git a/src/components/I18n.vue b/src/components/I18n.vue index 686cab3..525d5f5 100644 --- a/src/components/I18n.vue +++ b/src/components/I18n.vue @@ -17,7 +17,7 @@ - + Translate diff --git a/src/mixins/ContentSelectionsEN.js b/src/mixins/ContentSelectionsEN.js index aa4a622..2b89387 100644 --- a/src/mixins/ContentSelectionsEN.js +++ b/src/mixins/ContentSelectionsEN.js @@ -2,7 +2,14 @@ export default { data: function () { return { contentSelectionsEN: [ - + { + type: 'video', + title: 'Nothing to hide', + thumbnailUrl: 'https://peertube2.cpy.re/static/thumbnails/d2a5ec78-5f85-4090-8ec5-dc1102e022ea.jpg', + url: 'https://peertube2.cpy.re/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea', + tags: ['tag', 'tag2', 'tag3'], + description: 'Nothing to hide (2017) is a Franco-German feature-length documentary by Marc Meillassoux and Mihaela Gladovic, about how mass surveillance affects individuals and society. Taking a critical look at the laws allowing State surveillance that were implemented by several countries in the past few years, we are reminded of how important the debate about usage of personal data is and how it questions the very basis of democracy.' + } ] } } diff --git a/src/views/Home.vue b/src/views/Home.vue index daa0fe1..ab38eac 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -34,7 +34,7 @@
- +