Commit baa650b2 authored by isstuev's avatar isstuev

graph text

parent 4d146413
...@@ -43,7 +43,7 @@ const MarketplaceAppGraphLinks = ({ className, links }: Props) => { ...@@ -43,7 +43,7 @@ const MarketplaceAppGraphLinks = ({ className, links }: Props) => {
<PopoverContent w="260px"> <PopoverContent w="260px">
<PopoverBody fontSize="sm"> <PopoverBody fontSize="sm">
<VStack gap={ 4 } align="start"> <VStack gap={ 4 } align="start">
<Text>{ `This dapp uses ${ links.length > 1 ? 'several subgraphs' : 'a subgraph' } provided by The Graph` }</Text> <Text>{ `This dapp uses ${ links.length > 1 ? 'several subgraphs' : 'a subgraph' } powered by The Graph` }</Text>
{ links.map(link => ( { links.map(link => (
<LinkExternal key={ link.url } href={ link.url }>{ link.title }</LinkExternal> <LinkExternal key={ link.url } href={ link.url }>{ link.title }</LinkExternal>
)) } )) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment