An <a> element nested inside the card's outer <a> is invalid HTML — browsers auto-close the outer anchor before the inner one, causing the card to be split across two grid cells visually. Replace with a <button> that calls window.open() with event.preventDefault/stopPropagation to avoid interfering with card navigation.
90 KiB
90 KiB