remove redundant symbol

This commit is contained in:
an-lee
2024-05-14 21:01:42 +08:00
parent 4e84e086db
commit e090ccadf9

View File

@@ -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>