mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-27 10:11:49 +01:00
Update src/views/lists/list-details.tsx
This commit is contained in:
parent
6f8eb6087e
commit
82f2743a9f
@ -110,9 +110,10 @@ export default function ListDetailsView() {
|
||||
<TrustProvider trust>
|
||||
<Flex gap="2" direction="column">
|
||||
{references.map(({ url, petname }) => (
|
||||
<a href={url} target="_blank" rel="noopener noreferrer">
|
||||
<Button>{petname}</Button>
|
||||
</a>
|
||||
<>
|
||||
{petname && <Heading size="md">{petname}</Heading>}
|
||||
<OpenGraphCard url={new URL(url)} />
|
||||
</>
|
||||
))}
|
||||
</Flex>
|
||||
</TrustProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user