mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
minor ui improvements
This commit is contained in:
parent
610de85d2b
commit
a72e57c1c5
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user