Skip to content

Commit

Permalink
fix: removed class block from block Alert View
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Nov 5, 2024
1 parent 8e7a340 commit cd4f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/Blocks/Alert/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { checkRedraftHasContent } from 'design-comuni-plone-theme/helpers';

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

0 comments on commit cd4f2a0

Please sign in to comment.