[SHOPTIME-3419]"TM" 텍스트 표시 오류 수정

This commit is contained in:
junghoon86.park
2024-08-20 10:09:01 +09:00
parent 9d58d29c78
commit 14b35a0062
4 changed files with 23 additions and 4 deletions

View File

@@ -69,7 +69,11 @@ export default function THeader({
marqueeDisabled={marqueeDisabled}
aria-label={ariaLabel}
>
{$L(title)}
<span
dangerouslySetInnerHTML={{
__html: `${$L(title)}`,
}}
/>
</Marquee>
{children}
</Container>