Skip to content

Commit 3b5b9ae

Browse files
authored
fix: removed class block from block Alert View (#804)
1 parent 8e7a340 commit 3b5b9ae

File tree

1 file changed

+1
-1
lines changed
  • src/components/ItaliaTheme/Blocks/Alert

1 file changed

+1
-1
lines changed

src/components/ItaliaTheme/Blocks/Alert/View.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { checkRedraftHasContent } from 'design-comuni-plone-theme/helpers';
99

1010
const View = ({ data }) => {
1111
return checkRedraftHasContent(data.text) ? (
12-
<section role="alert" className="block alertblock">
12+
<section role="alert" className="alertblock">
1313
<AlertWrapper data={data}>
1414
<Row className={cx('row-full-width', 'bg-alert-' + data.color)}>
1515
<Container className="p-4 pt-5 pb-5">

0 commit comments

Comments
 (0)