fix nouns links

This commit is contained in:
Avris 2020-09-25 22:28:31 +02:00
parent 9d249a29f5
commit 1bb20f92da
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div class="d-flex flex-column flex-md-row justify-content-around mt-4 mb-5">
<div class="small text-center d-flex flex-column justify-content-center">
<p class="mb-2">
<nuxt-link to="/neutratywy#autorzę">Autorza</nuxt-link> strony:
<nuxt-link to="/neutratywy#autorze">Autorza</nuxt-link> strony:
</p>
<Authors/>

View File

@ -7,7 +7,7 @@
<section class="mt-0">
<p class="mb-2">
<nuxt-link to="/neutratywy#autorzę">Autorza</nuxt-link> strony:
<nuxt-link to="/neutratywy#autorze">Autorza</nuxt-link> strony:
</p>
<Authors expanded/>
</section>

View File

@ -216,7 +216,7 @@
},
mounted() {
if (process.client && window.location.hash) {
this.filter = window.location.hash.substr(1);
this.filter = decodeURIComponent(window.location.hash.substr(1));
this.$refs.filter.focus();
this.$refs.filter.scrollIntoView();
setTimeout(_ => {