/** @jsx h */ import { h } from "https://esm.sh/preact@10.17.1"; import { PublicKey } from "../../libs/nostr.ts/key.ts"; import { emitFunc } from "../event-bus.ts"; import { DividerClass } from "./components/tw.ts"; import { SelectConversation } from "./search_model.ts"; import { LinkColor, PrimaryTextColor, SecondaryBackgroundColor } from "./style/colors.ts"; export function About(emit: emitFunc) { return (

Blowater

Blowater is delightful DM focusing Nostr client.

It's here to replace Telegram/Slack/Discord alike centralized chat apps and give users a strong privacy, globally available decentralized chat app.

Creator

{ const pub = PublicKey.FromBech32( "npub1dww6jgxykmkt7tqjqx985tg58dxlm7v83sa743578xa4j7zpe3hql6pdnf", ); if (pub instanceof Error) throw pub; emit({ type: "SelectConversation", isGroupChat: false, pubkey: pub, }); }} > Water Blower (feel free to ask me questions)

Donation

Lightning:{" "} blowater@getalby.com

Open sourced at{" "} GitHub

); }