Add other “Benchmark Videos” heading

This commit is contained in:
Sam Carlton 2020-12-27 12:01:29 -06:00
parent 46672081cc
commit 56743e8e02

View file

@ -164,7 +164,7 @@ export default {
videos: [] videos: []
}, },
'benchmarks': { 'benchmarks': {
heading: 'Benchmark Videos', heading: 'Other Benchmark Videos',
matchesCondition: video => video.tags.includes('benchmark'), matchesCondition: video => video.tags.includes('benchmark'),
videos: [] videos: []
}, },