diff --git a/src/components/header.lisp b/src/components/header.lisp index 14dbe78..acb3677 100644 --- a/src/components/header.lisp +++ b/src/components/header.lisp @@ -50,7 +50,7 @@ :class "h-1 w-8 rounded-full bg-black transition duration-400" :data-class "{'-rotate-45 -translate-y-2.5': $open}"))) (nav - :|data-show.duration_300ms| "$open" + :data-show.duration_300ms "$open" :class (clsx "fixed flex flex-col items-center justify-center" "z-10 top-0 right-0 w-full h-full gap-16 bg-gray-200" "transition duration-300 opacity-0") diff --git a/src/routes/index.lisp b/src/routes/index.lisp index 663a7ae..a94d30a 100644 --- a/src/routes/index.lisp +++ b/src/routes/index.lisp @@ -36,9 +36,7 @@ :alt "avatar" :class "size-40 rounded-xl shadow-sm") (div :class "flex flex-col items-center gap-2 py-6" (h1 :class "font-bold text-2xl text-center" - "Akira Tempaku") - (p :class "text-xl" - "Web developer")) + "Akira Tempaku")) (div :class "flex flex-col gap-2 items-left" (loop :for (name url icon) :in *links*