remove redundant symbol
This commit is contained in:
@@ -140,7 +140,9 @@ const BackSide = (props: { meaning: MeaningType; onFlip: () => void }) => {
|
||||
</span>
|
||||
)}
|
||||
{pronunciation && (
|
||||
<span className="text-sm mr-2">/{pronunciation}/</span>
|
||||
<span className="text-sm mr-2">
|
||||
/{pronunciation.replaceAll("/", "")}/
|
||||
</span>
|
||||
)}
|
||||
{lemma && lemma !== word && (
|
||||
<span className="text-sm">({lemma})</span>
|
||||
|
||||
Reference in New Issue
Block a user