Change sx logo to (<x>)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m27s
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:
@@ -3,7 +3,7 @@
|
|||||||
(defcomp ~sx-hero (&key &rest children)
|
(defcomp ~sx-hero (&key &rest children)
|
||||||
(div :class "max-w-4xl mx-auto px-6 py-16 text-center"
|
(div :class "max-w-4xl mx-auto px-6 py-16 text-center"
|
||||||
(h1 :class "text-5xl font-bold text-stone-900 mb-4"
|
(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"
|
(p :class "text-2xl text-stone-600 mb-8"
|
||||||
"s-expressions for the web")
|
"s-expressions for the web")
|
||||||
(p :class "text-lg text-stone-500 max-w-2xl mx-auto mb-12"
|
(p :class "text-lg text-stone-500 max-w-2xl mx-auto mb-12"
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ async def _sx_header_sx(nav: str | None = None, *, child: str | None = None) ->
|
|||||||
return await render_to_sx("menu-row-sx",
|
return await render_to_sx("menu-row-sx",
|
||||||
id="sx-row", level=1, colour="violet",
|
id="sx-row", level=1, colour="violet",
|
||||||
link_href="/", link_label="sx",
|
link_href="/", link_label="sx",
|
||||||
link_label_content=SxExpr('(span :class "font-mono" "(</>) sx")'),
|
link_label_content=SxExpr('(span :class "font-mono" "(<x>)")'),
|
||||||
nav=SxExpr(nav) if nav else None,
|
nav=SxExpr(nav) if nav else None,
|
||||||
child_id="sx-header-child",
|
child_id="sx-header-child",
|
||||||
child=SxExpr(child) if child else None,
|
child=SxExpr(child) if child else None,
|
||||||
|
|||||||
Reference in New Issue
Block a user