Skip to content

Commit

Permalink
Fix cookie blockers make sites unusable (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed May 15, 2024
1 parent 0905e45 commit e9a7cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Banner = (props) => {
open={showConfirmModal}
dimmer="inverted"
closeOnDimmerClick={false}
className="dsgvo-banner"
className="dsgvo-cookie-banner"
>
{!configureCookies ? (
<>
Expand Down

0 comments on commit e9a7cb0

Please sign in to comment.