Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Dec 20, 2023
1 parent 512d182 commit 4aa2fbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ItaliaTheme/LoginAgid/LoginAgidButtons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Icon,
LoginButton,
} from 'design-comuni-plone-theme/components/ItaliaTheme';
import {Icon as BaseIcon} from '@plone/volto/components'
import { Icon as BaseIcon } from '@plone/volto/components';
import { useLocation } from 'react-router-dom';
import config from '@plone/volto/registry';
import cieSVG from 'design-comuni-plone-theme/icons/entra_con_cie.svg';
Expand Down Expand Up @@ -108,8 +108,7 @@ const CieButton = ({ cieLoginUrl, qs, intl }) => (
}}
title={intl.formatMessage(messages.loginCieButton)}
>
<BaseIcon name={cieSVG} style={{ width: '100%', height: '100%'}}
/>
<BaseIcon name={cieSVG} style={{ width: '100%', height: '100%' }} />
</Button>
<div>
<UniversalLink href="https://www.cartaidentita.interno.gov.it/">
Expand Down

0 comments on commit 4aa2fbc

Please sign in to comment.