Skip to content

Commit

Permalink
fix: 調整順序
Browse files Browse the repository at this point in the history
  • Loading branch information
sexyoung committed Sep 3, 2023
1 parent cc058e2 commit abd4977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/($lang).choice.tsx
Expand Up @@ -115,11 +115,11 @@ export default function () {
</div>
</div>
<div className="img-text img2-text">
<div>{t("imgText22")}</div>
<div>{t("imgText21")}</div>
<div
className="[&>span]:underline"
dangerouslySetInnerHTML={{
__html: t("imgText21").replace(
__html: t("imgText22").replace(
"{{underline}}",
`<span>${t("imgTextU21")}</span>${t("imgTextU22")}<span>${t(
"imgTextU23"
Expand Down

0 comments on commit abd4977

Please sign in to comment.