diff --git a/components/video/row.vue b/components/video/row.vue index 4978d37..2ed5a68 100644 --- a/components/video/row.vue +++ b/components/video/row.vue @@ -7,8 +7,9 @@ }" class="video-row-contents flex overflow-x-auto whitespace-no-wrap py-2 space-x-6" > - + +
+
+
+ +
+
+
+
+ + + + +
+ +
+ + +
+
Submit Video
+
+
+
+ + + + + diff --git a/pages/app/_slug/benchmarks.vue b/pages/app/_slug/benchmarks.vue index 7194573..dd0e9e4 100644 --- a/pages/app/_slug/benchmarks.vue +++ b/pages/app/_slug/benchmarks.vue @@ -122,7 +122,8 @@ export default { return { app, - allVideos: relatedVideos + allVideos: relatedVideos, + submitVideoCard } }, data: function () { @@ -184,13 +185,14 @@ export default { this.performanceVideos.push(video) }) + // Append submit card to end + this.benchmarkVideos.push(this.submitVideoCard) + // console.log('Added performance videos') // console.log('benchmarkVideos.length', this.benchmarkVideos.length) // console.log('performanceVideos.length', this.performanceVideos.length) // console.log('moreVideos.length', this.moreVideos.length) - - }, mounted () { window.onhashchange = this.loadVideoFromHash