mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-30 13:41:11 +00:00
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.