[pl][nouns][banner] add noun flags as banners
This commit is contained in:
parent
8838bde509
commit
2ea977729a
|
@ -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],
|
||||
});
|
||||
},
|
||||
|
|
|
@ -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],
|
||||
});
|
||||
},
|
||||
|
|
|
@ -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],
|
||||
});
|
||||
},
|
||||
|
|
Reference in New Issue