fix warning related to casing on class attribute
This commit is contained in:
@ -21,7 +21,7 @@ export const ImageSliderBlock = ({
|
||||
pageContent?: boolean;
|
||||
}) => {
|
||||
return (
|
||||
<div className={styles.imageSliderBlock} data-hero={hero} data-pageContent={pageContent}>
|
||||
<div className={styles.imageSliderBlock} data-hero={hero} data-pagecontent={pageContent}>
|
||||
<Swiper
|
||||
pagination={{
|
||||
type: "fraction",
|
||||
|
@ -46,7 +46,7 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&[data-pageContent]{
|
||||
&[data-pagecontent]{
|
||||
&:last-child {
|
||||
margin-bottom: calc(var(--spacing-section-bottom)*-1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user