@@ -43,7 +43,7 @@ export default {
components: { card },
data() {
return {
- firstRow: ['episode', 'exhibition', 'event', 'artist', 'post'],
+ firstRow: ['episode', 'exhibition', 'event', 'short', 'post'],
secondRow: 'artist', // This is only ONE post
thirdRow: ['episode', 'exhibition', 'event', 'artist', 'post'],
}