- commit
- 2b8157f
- parent
- b7d489b
- author
- Eric Bower
- date
- 2024-09-20 03:33:24 +0000 UTC
docs(pubsub): add our logo
1 files changed,
+3,
-2
+3,
-2
1@@ -15,7 +15,8 @@
2 {{define "attrs"}}class="container-sm"{{end}}
3
4 {{define "body"}}
5-<header>
6+<header class="flex flex-col items-center gap">
7+ <img src="https://pico.sh/logo.svg" alt="pico logo" width="50" height="50" />
8 <h1 class="text-2xl font-bold text-center">pubsub using ssh</h1>
9 </header>
10
11@@ -32,7 +33,7 @@
12 <code>sub</code> will wait for at least one event to be sent or received on the channel.
13 </p>
14
15- <blockquote>This service is undergoing active development, expect bugs and restarts</blockquote>
16+ <blockquote>This service is undergoing active development, expect bugs, feature dev, and server restarts</blockquote>
17 </div>
18
19 <div>