Skip to content

Commit

Permalink
fix(card): siyuan-note#13073
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Dec 26, 2024
1 parent 7e37b71 commit d2236eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/card/openCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const genCardHTML = (options: {
${!isMobile() ? "(p / q)" : ""}
</button>
<span class="fn__space"></span>
<button data-type="-1" class="b3-button fn__flex-1">${window.siyuan.languages.cardShowAnswer} ${!isMobile() ? "(" + window.siyuan.languages.space + "/" + window.siyuan.languages.enterKey + ")" : ""}</button>
<button data-type="-1" class="b3-button fn__flex-1">${window.siyuan.languages.cardShowAnswer} ${!isMobile() ? "(" + window.siyuan.languages.space + " / " + window.siyuan.languages.enterKey + ")" : ""}</button>
</div>
<div class="fn__flex card__action fn__none">
<div>
Expand Down

0 comments on commit d2236eb

Please sign in to comment.