mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-20 13:01:07 +02:00
add Slidestr link in profile page
This commit is contained in:
@@ -269,6 +269,15 @@ export default function UserAboutTab() {
|
||||
>
|
||||
Nosta.me page
|
||||
</Button>
|
||||
<Button
|
||||
as={Link}
|
||||
href={`https://slidestr.net/${npub}`}
|
||||
leftIcon={<Image src="https://slidestr.net/slidestr.svg" w="1.2em" />}
|
||||
rightIcon={<ExternalLinkIcon />}
|
||||
isExternal
|
||||
>
|
||||
Slidestr Slideshow
|
||||
</Button>
|
||||
</Flex>
|
||||
</Flex>
|
||||
);
|
||||
|
Reference in New Issue
Block a user