diff --git a/examples/album.lisp b/examples/album.lisp index 1326443..ec1c96b 100644 --- a/examples/album.lisp +++ b/examples/album.lisp @@ -170,7 +170,7 @@ to action button. The generated hero unit uses Bootstrap classes for styling." (col nil (:h1 :class "fw-light" ,title) (lead-p () ,lead) - (:p (btn-primary ,cta))))))))) + (:p (btn-primary () ,cta))))))))) (defmacro lead-p ((&key (color '(:text "body-secondary"))) &body body) `(spinneret:with-html