Update hsx to v0.4.0
This commit is contained in:
parent
ba67f59737
commit
2e325fbc06
7 changed files with 27 additions and 24 deletions
src/components
|
@ -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")))))
|
Loading…
Add table
Add a link
Reference in a new issue