mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(fix) use v-if instead of v-show so that census banners don’t 404 on other locales
This commit is contained in:
parent
b6b2a8036d
commit
600b4b4788
@ -144,7 +144,7 @@
|
||||
<Icon v="exclamation-triangle" />
|
||||
This language version is still under construction!
|
||||
</div>
|
||||
<div v-show="showCensus" class="container position-relative">
|
||||
<div v-if="showCensus" class="container position-relative">
|
||||
<nuxt-link :to="`/${$config.census.route}`">
|
||||
<img
|
||||
src="/img-local/census/census-banner-horizontal.png"
|
||||
|
Loading…
x
Reference in New Issue
Block a user