Skip to content

Commit c44258c

Browse files
committed
update: suggess style
1 parent 51f7c59 commit c44258c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/ResultPage.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ export function ResultPage({
183183

184184
const toastSuggess = () => {
185185
if (altWorst >= 0) {
186-
toast(t('UI_SUGGESS_GOOD'))
186+
toast(
187+
<span
188+
dangerouslySetInnerHTML={{ __html: t('UI_SUGGESS_GOOD') }}
189+
/>
190+
)
187191
return
188192
}
189193

0 commit comments

Comments
 (0)