[pl][nouns][banner] add noun flags as banners

This commit is contained in:
Andrea Vos 2021-12-24 17:14:05 +01:00
parent 502017daef
commit fef2dbe180
3 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,7 @@
head() {
return head({
title: this.$t('nouns.dukajNouns.header'),
banner: 'img-local/flags/dukaizmy.jpg',
description: this.$t('nouns.dukajNouns.info')[0],
});
},

View File

@ -292,6 +292,7 @@
head() {
return head({
title: this.$t('nouns.xNouns.header'),
banner: 'img-local/flags/iksatywy.png',
description: this.$t('nouns.xNouns.info')[0],
});
},

View File

@ -207,6 +207,7 @@
head() {
return head({
title: this.$t('nouns.neuterNouns.header'),
banner: 'img-local/flags/łoś.jpg',
description: this.$t('nouns.neuterNouns.info')[0],
});
},