Rename CertifiedIcon to CertifiedBadge (#17715)

This commit is contained in:
Geido
2021-12-10 20:45:53 +02:00
committed by GitHub
parent b5b6ceb1b3
commit 4b969710e4
11 changed files with 32 additions and 32 deletions

View File

@@ -44,7 +44,7 @@ import Timer from 'src/components/Timer';
import CachedLabel from 'src/components/CachedLabel';
import PropertiesModal from 'src/explore/components/PropertiesModal';
import { sliceUpdated } from 'src/explore/actions/exploreActions';
import CertifiedIcon from 'src/components/CertifiedIcon';
import CertifiedBadge from 'src/components/CertifiedBadge';
import ExploreActionButtons from '../ExploreActionButtons';
import RowCountLabel from '../RowCountLabel';
@@ -269,7 +269,7 @@ export class ExploreChartHeader extends React.PureComponent {
<div className="title-panel">
{slice?.certified_by && (
<>
<CertifiedIcon
<CertifiedBadge
certifiedBy={slice.certified_by}
details={slice.certification_details}
/>{' '}