Replace nostrchat clink with blowater

This commit is contained in:
hzrd149 2023-07-13 10:46:21 -05:00
parent a5b44f9459
commit f78605696c
2 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
"nostrudel": minor
---
Replace nostrchat clink with blowater

View File

@ -98,12 +98,12 @@ function DirectMessagesPage() {
<Alert status="info" flexShrink={0}>
<AlertIcon />
<Flex direction={isMobile ? "column" : "row"}>
<AlertTitle>Give NostrChat a try</AlertTitle>
<AlertTitle>Give Blowater a try</AlertTitle>
<AlertDescription>
<Text>
Its a much better chat app than what I can build inside of noStrudel.{" "}
<Link href="https://www.nostrchat.io/" isExternal>
nostrchat.io <ExternalLinkIcon />
<Link href="https://blowater.deno.dev/" isExternal>
blowater.deno.dev <ExternalLinkIcon />
</Link>
</Text>
</AlertDescription>