Skip to content

Commit

Permalink
docs: fix img url
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtute90 authored Aug 7, 2024
1 parent a82373d commit 3a6d846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/Components/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export const EsempioLoghiEsterni = {
render: () => {
return (
<div style={{ lineHeight: '4em' }}>
<Icon icon='https://upload.wikimedia.org/wikipedia/it/f/f5/Palermo-Stemma_uff.png' title='Stemma Palermo' />
<Icon icon='https://dati.comune.roma.it/catalog/img/Roma-Stemma.png' size='lg' title='Stemma Roma' />
<Icon icon='https://upload.wikimedia.org/wikipedia/commons/1/12/Palermo-Stemma_%281999%29.svg' title='Stemma Palermo' />
<Icon icon='https://upload.wikimedia.org/wikipedia/commons/3/31/Roma-Stemma-2.svg' size='lg' title='Stemma Roma' />
<Icon
icon='https://upload.wikimedia.org/wikipedia/commons/9/93/CoA_Citt%C3%A0_di_Milano.svg'
size='xl'
Expand Down

0 comments on commit 3a6d846

Please sign in to comment.