From 4b97b2a35456adebdef49149dbb7d1a1885cc9f0 Mon Sep 17 00:00:00 2001 From: Akira Tempaku <paku@skyizwhite.dev> Date: Sun, 8 Jun 2025 02:04:57 +0900 Subject: [PATCH] Update content --- src/components/header.lisp | 2 +- src/routes/index.lisp | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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*