Change sx logo to (<x>)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m27s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 10:56:50 +00:00
parent 96a4f56424
commit 8578eb525e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
(defcomp ~sx-hero (&key &rest children)
(div :class "max-w-4xl mx-auto px-6 py-16 text-center"
(h1 :class "text-5xl font-bold text-stone-900 mb-4"
(span :class "text-violet-600" "sx"))
(span :class "text-violet-600 font-mono" "(<x>)"))
(p :class "text-2xl text-stone-600 mb-8"
"s-expressions for the web")
(p :class "text-lg text-stone-500 max-w-2xl mx-auto mb-12"