Files
jinhojang6 2ede0d4a8c fix(web): separate stacked copy in button tracking event names
Button labels were built from textContent, so a card that stacks a heading
above its CTA produced run-together names like "Explore the TechGet Started".
Build the label from innerText instead and join its rendered lines with the
" - " separator already used by hand-written event names.
2026-08-29 00:30:37 +09:00
..