diff --git a/.changeset/fifty-starfishes-bathe.md b/.changeset/fifty-starfishes-bathe.md
new file mode 100644
index 000000000..1d6f81f9d
--- /dev/null
+++ b/.changeset/fifty-starfishes-bathe.md
@@ -0,0 +1,5 @@
+---
+"@ryanatkn/fuz": patch
+---
+
+update `Moss_Logo`
diff --git a/src/lib/Moss_Logo.svelte b/src/lib/Moss_Logo.svelte
index 2cec25fdb..9aa05a079 100644
--- a/src/lib/Moss_Logo.svelte
+++ b/src/lib/Moss_Logo.svelte
@@ -7,7 +7,9 @@
alt?: string;
}
- const {size, alt = 'the Moss logo, a little green tuft of moss'}: Props = $props();
+ const {size, alt = 'the Moss logo, a fuzzy tuft of green moss'}: Props = $props();
+
+ // TODO publish a plain SVG probably
// color:
// #298e29
@@ -15,7 +17,6 @@
// rgb(41, 142, 41)
-
+
+