fix(styles): add missing dot prefix to .hero-icon.loop-3 CSS selector (#50033)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jaya Krishna <jayakrishnagundupu@gmail.com>
This commit is contained in:
trop[bot]
2026-03-03 09:29:47 -05:00
committed by GitHub
parent 429309b7c7
commit d6e02c53ad

View File

@@ -41,7 +41,7 @@ h4 {
transform-origin: 50% 50%;
}
hero-icon.loop-3 {
.hero-icon.loop-3 {
transform: translate(79px, 21px);
opacity: 1;
}