Skip to content

Commit

Permalink
updated label as per src
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Nov 9, 2022
1 parent 6849770 commit fbc5081
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ui/components/component-library/tag-url/tag-url.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,20 @@ export const Label = (args) => (

export const Src = (args) => (
<Box display={DISPLAY.FLEX} flexDirection={FLEX_DIRECTION.COLUMN} gap={2}>
<TagUrl {...args} src="https://peepeth.com/favicon-32x32.png" />
<TagUrl
{...args}
label="peepeth.com"
src="https://peepeth.com/favicon-32x32.png"
/>
<TagUrl
{...args}
label="https://1inch.exchange"
src="https://1inch.exchange/assets/favicon/favicon-32x32.png"
/>
<TagUrl {...args} src="https://uniswap.org/favicon.ico" />
<TagUrl
{...args}
label="app.uniswap.org"
src="https://uniswap.org/favicon.ico"
/>
</Box>
);

0 comments on commit fbc5081

Please sign in to comment.