/** @jsx h */ import { h } from "https://esm.sh/preact@10.17.1"; import { tw } from "https://esm.sh/twind@0.16.16"; import { DividerClass } from "./components/tw.ts"; import { LinkColor, PrimaryTextColor, SecondaryBackgroundColor } from "./style/colors.ts"; export function About() { 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

Water Blowater

Donation

Lightning:{" "} blowater@getalby.com

Open sourced at{" "} GitHub

); }