Skip to content

Commit

Permalink
fix: bug related to svg in cardreadmore
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Oct 1, 2024
1 parent 15181d7 commit 3cd5f10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,14 @@ const CardWithSlideUpTextTemplate = (props) => {
<p>{item.description}</p>
)}
<div className="read-more">
{/*
because of https://developer.chrome.com/blog/migrate-way-from-data-urls-in-svg-use
current implementation of Icon in CardReadMore component is not working.
we disable it for now.
iconName="it-arrow-right"
*/}
<CardReadMore
iconName="it-arrow-right"
iconName={false}
tag={UniversalLink}
item={!isEditMode ? item : null}
href={isEditMode ? '#' : null}
Expand Down
308 changes: 0 additions & 308 deletions src/customizations/volto/components/theme/View/disabled_View.jsx

This file was deleted.

Loading

0 comments on commit 3cd5f10

Please sign in to comment.