minor ui improvements
This commit is contained in:
parent
61e44ca05a
commit
797d747859
|
@ -14,11 +14,11 @@
|
|||
</nuxt-link>
|
||||
</p>
|
||||
<p>
|
||||
Neutralne formy rzeczowników zbieramy tutaj:
|
||||
<nuxt-link to="/neutratywy" class="btn btn-outline-nouns">
|
||||
<Icon v="atom-alt"/>
|
||||
Słownik neutratywów
|
||||
</nuxt-link>
|
||||
– tutaj zbieramy neutralne formy rzeczowników
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -19,8 +19,9 @@
|
|||
</li>
|
||||
<li v-for="(sources, multiple) in sourcesForMultipleForms" :class="separators.includes(multiple) ? 'mt-3 mb-1' : 'my-1'">
|
||||
<a :href="'#' + toId(multiple)">
|
||||
Formy wymienne
|
||||
<small>({{ multiple.replace(/&/g, ' lub ') }})</small>
|
||||
<strong>{{ multiple.replace(/&/g, ' lub ') }}</strong>
|
||||
–
|
||||
<small>Formy wymienne</small>
|
||||
</a>
|
||||
</li>
|
||||
<li class="mt-3 mb-1">
|
||||
|
|
Reference in New Issue