This commit is contained in:
lingdocs 2021-09-14 20:21:45 -04:00
parent 9cd74f525a
commit d8ad220d5f
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "1.0.0",
"version": "1.0.1",
"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

@ -48,9 +48,7 @@ const InflectionTable = ({ inf, textOptions }: {
return (
<div className="mt-4">
<div style={{ display: "flex", justifyContent: !isPluralInfs ? "space-between" : "left" }}>
<h5>
{!isPluralInfs ? "Inflections" : "Arabic Plural and 2nd Inflection"}:
</h5>
{!isPluralInfs && <h5>Inflections</h5>}
{!isPluralInfs && <div className="clickable mr-2" onClick={handleShowExplanation} data-testid="help-button">
<i className={`fa fa-question-circle`}></i>
</div>}