Skip to content

Commit fa23aea

Browse files
committed
Refreshes project cards and archive cues
Improves regular project cards with a cleaner layout, stronger visual hierarchy, and full-card click behavior to make browsing easier across screen sizes. Adds archive indicators in both card and detail views so maintenance status is clearer at a glance, while refining thumbnail styling and accent color treatment.
1 parent 168fcf3 commit fa23aea

8 files changed

Lines changed: 233 additions & 261 deletions

File tree

src/components/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { IconType } from "react-icons";
22
import {
3+
FaArchive,
34
FaBook,
45
FaBriefcase,
56
FaCompactDisc,
@@ -72,6 +73,7 @@ const iconMap: Record<IconName, IconType> = {
7273
check: FaCheck,
7374
"exclamation-circle": FaExclamationCircle,
7475
star: FaStar,
76+
archive: FaArchive,
7577
};
7678

7779
type IconProps = {

0 commit comments

Comments
 (0)