oops
This commit is contained in:
parent
9cd74f525a
commit
d8ad220d5f
|
@ -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",
|
||||
|
|
|
@ -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>}
|
||||
|
|
Loading…
Reference in New Issue