Rename bio to about

This commit is contained in:
Akira Tempaku 2025-05-03 13:26:31 +09:00
commit 321d4bfdae
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 10 additions and 10 deletions
src/components

View file

@ -7,7 +7,7 @@
(in-package #:website/components/header)
(defparameter *nav-menu*
'(("/bio" "bio")
'(("/about" "about")
("/work" "work")
("/blog" "blog")))