diff --git a/components/Header.vue b/components/Header.vue index 12b685d3c..de38a061e 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -30,7 +30,7 @@ data() { return { links: [ - { link: '/', icon: 'home', text: 'Zaimki', textLong: 'Lista zaimków', extra: ['all'] }, + { link: '/', icon: 'home', text: 'Zaimki', textLong: 'Lista zaimków', extra: ['all', 'dowolne'] }, { link: '/literatura', icon: 'books', text: 'Teksty kultury', textLong: 'Przykłady z tekstów kultury' }, { link: '/neutratywy', icon: 'atom-alt', text: 'Neutratywy', textLong: 'Słownik neutratywów' }, { link: '/kontakt', icon: 'comment-alt-smile', text: 'Kontakt' },