better format
This commit is contained in:
parent
a241c84e07
commit
12d79b6311
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.7.1",
|
"version": "3.7.2",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -143,7 +143,10 @@ function VPPicker({ opts, vps, onChange, entryFeeder }: {
|
||||||
: roles.servant === "object"
|
: roles.servant === "object"
|
||||||
? <div className="h5 text-center clickable" onClick={() => setShowingExplanation({ role: "servant", item: "object" })}>Object {roleIcon.servant}</div>
|
? <div className="h5 text-center clickable" onClick={() => setShowingExplanation({ role: "servant", item: "object" })}>Object {roleIcon.servant}</div>
|
||||||
: <div className="h5 text-center">Object</div>}
|
: <div className="h5 text-center">Object</div>}
|
||||||
<div className="text-muted">Unspoken 3rd Pers. Masc. Plur.</div>
|
<div className="text-muted text-center">
|
||||||
|
<div className="mt-3 mb-1">Unspoken</div>
|
||||||
|
<div>3rd Pers. Masc. Plur.</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
: <NPPicker
|
: <NPPicker
|
||||||
phraseIsComplete={phraseIsComplete}
|
phraseIsComplete={phraseIsComplete}
|
||||||
|
|
Loading…
Reference in New Issue