From bed8ba4008fcfde672cf5eb62ae6adbe6739eaea Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 30 Jun 2026 21:40:14 -0400 Subject: [PATCH] refactor(ui): migrate to lucide icon set and update styles --- src/components/AGENTS.md | 2 +- src/components/TagList.astro | 2 +- src/components/blog/webmentions/Comments.astro | 2 +- src/components/layout/Footer.astro | 4 ++-- src/components/layout/Header.astro | 2 +- src/components/project/Project.astro | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/AGENTS.md b/src/components/AGENTS.md index 0290894..f162f44 100644 --- a/src/components/AGENTS.md +++ b/src/components/AGENTS.md @@ -38,6 +38,6 @@ Reusable `.astro` components for layout, content rendering, theming, search, and ## Dependencies ### External -- `astro-icon` (`mdi` icon set) for SVG icons. +- `astro-icon` for SVG icons — `lucide` for UI icons, `simple-icons` for brand/social logos (`@iconify-json/*` sets). Programming-language logos should use `devicon` (not yet installed — no consumer yet). diff --git a/src/components/TagList.astro b/src/components/TagList.astro index 9501d70..597b23a 100644 --- a/src/components/TagList.astro +++ b/src/components/TagList.astro @@ -11,7 +11,7 @@ const { tags, class: className } = Astro.props; { tags.length > 0 && ( -