From d5d5ec3feff7e1604952455b70840af81c9ce234 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Tue, 14 Nov 2023 16:55:44 +0800 Subject: [PATCH] fix text --- src/views/Selection/DictCont.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Selection/DictCont.js b/src/views/Selection/DictCont.js index dfff97a..ea11217 100644 --- a/src/views/Selection/DictCont.js +++ b/src/views/Selection/DictCont.js @@ -33,7 +33,7 @@ export default function DictCont({ dictResult }) { {dictResult.simple_means?.symbols?.map(({ ph_en, ph_am, parts }, idx) => (
{(ph_en || ph_am) && ( -
{`英/${ph_en || ""}/ 美/${ph_am || ""}/`}
+
{`英 /${ph_en || ""}/ 美 /${ph_am || ""}/`}
)}