Skip to content

Commit 5b5b94c

Browse files
Add ProseMirror credit to site footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d479705 commit 5b5b94c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

site/src/lib/Footer.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<footer class="border-t border-border mt-24">
22
<div class="max-w-6xl mx-auto px-6 py-12 flex flex-col md:flex-row items-center justify-between gap-4">
33
<p class="font-sans text-sm text-muted-foreground">
4-
MIT License. Built with Rust + Svelte.
4+
MIT License. Built with Rust + Svelte. Editor powered by <a
5+
href="https://prosemirror.net"
6+
target="_blank"
7+
rel="noopener noreferrer"
8+
class="text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2"
9+
>ProseMirror</a>.
510
</p>
611
<div class="flex items-center gap-6">
712
<a

0 commit comments

Comments
 (0)