fix(SW-391): fixed issues with sidepeek functionality inside teaser cards

This commit is contained in:
Erik Tiekstra
2024-11-04 11:15:25 +01:00
parent 038ae1256f
commit dabdd597e2
5 changed files with 26 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ function SidePeek({
if (isSSR) {
return (
<div>
<div className={styles.visuallyHidden}>
<h2>{title}</h2>
{children}
</div>