Update hsx to v0.4.0

This commit is contained in:
Akira Tempaku 2024-12-12 13:21:19 +09:00
commit 2e325fbc06
7 changed files with 27 additions and 24 deletions
src/components

View file

@ -1,11 +1,11 @@
(defpackage #:hp/components/footer
(:use #:cl
#:hsx)
(:export #:page-footer))
(:export #:~footer))
(in-package #:hp/components/footer)
(defcomp page-footer ()
(defcomp ~footer ()
(hsx
(footer :class "fixed bottom-0 w-full"
(div :class "container py-6 flex justify-end"
(p "© 2025 skyizwhite")))))
(p "© 2025 skyizwhite")))))