better perfective head labelling on verb tree

This commit is contained in:
lingdocs 2022-07-01 13:16:26 -05:00
parent 403f84810f
commit 21647b05b8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "3.1.8",
"version": "3.1.9",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -102,7 +102,7 @@ export function RootsAndStems({ textOptions, info, hidePastParticiple, highlight
className="btn btn-sm btn-outline-secondary"
onClick={() => setSplit(!split)}
>
split
{split ? "join" : "split"} head
</button>
</div>}
</div>