Skip to content

Commit ba0054e

Browse files
committed
update lingq display
1 parent ba0fef4 commit ba0054e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/source/Lingq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function Question({ open, note }: { open: boolean; note: TCardDetail }) {
4545
<div className="w-full">
4646
<span className="flex justify-center items-center text-2xl">
4747
{note.question}
48-
<span className="badge">{note.answer}</span>
48+
{/* <span className="badge">{note.answer}</span> */}
4949
</span>
5050
<div className="flex justify-center flex-col items-center opacity-60 pt-4">
5151
{open && transliteration && <div> {<MergeTransliteration {...transliteration} />}</div>}

src/components/source/display/Lingq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default async function DisplayMsg({ note }: { note: TCardDetail }) {
1212
<div className="w-full">
1313
<span className="flex justify-center items-center text-2xl">
1414
{note.question}
15-
<span className="badge">{note.answer}</span>
15+
{/* <span className="badge">{note.answer}</span> */}
1616
</span>
1717
<div className="flex justify-center flex-col items-center text-sm opacity-60">
1818
<div> {transliteration && <MergeTransliteration {...transliteration} />}</div>

0 commit comments

Comments
 (0)