Fix Añadida la Clase noAjax a Botón Mapa
This commit is contained in:
@@ -59,7 +59,7 @@ export const HomeCarouselNacionalWidget = ({ eleccionId, categoriaId, titulo, ma
|
|||||||
<div className={styles.homeCarouselWidget}>
|
<div className={styles.homeCarouselWidget}>
|
||||||
<div className={`${styles.widgetHeader} ${styles.headerSingleLine}`}>
|
<div className={`${styles.widgetHeader} ${styles.headerSingleLine}`}>
|
||||||
<h2 className={styles.widgetTitle}>{titulo}</h2>
|
<h2 className={styles.widgetTitle}>{titulo}</h2>
|
||||||
<a href={mapLinkUrl} className={styles.mapLinkButton}>
|
<a href={mapLinkUrl} className={`${styles.mapLinkButton} noAjax`}>
|
||||||
<TfiMapAlt />
|
<TfiMapAlt />
|
||||||
<span className={styles.buttonText}>Ver Mapa</span>
|
<span className={styles.buttonText}>Ver Mapa</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ export const HomeCarouselWidget = ({ eleccionId, distritoId, categoriaId, titulo
|
|||||||
<div className={styles.homeCarouselWidget}>
|
<div className={styles.homeCarouselWidget}>
|
||||||
<div className={`${styles.widgetHeader} ${styles.headerSingleLine}`}>
|
<div className={`${styles.widgetHeader} ${styles.headerSingleLine}`}>
|
||||||
<h2 className={styles.widgetTitle}>{titulo}</h2>
|
<h2 className={styles.widgetTitle}>{titulo}</h2>
|
||||||
<a href={mapLinkUrl} className={styles.mapLinkButton}>
|
<a href={mapLinkUrl} className={`${styles.mapLinkButton} noAjax`}>
|
||||||
<TfiMapAlt />
|
<TfiMapAlt />
|
||||||
<span className={styles.buttonText}>Ver Mapa</span>
|
<span className={styles.buttonText}>Ver Mapa</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user