From 0c9cc49e1e3dc337bf493672ff410b90774f79f2 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 2 Apr 2026 19:38:14 +0200 Subject: [PATCH] Add Claw Ideas project to portfolio --- src/sections/Projects.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sections/Projects.jsx b/src/sections/Projects.jsx index 5f81bc8..b3f153e 100644 --- a/src/sections/Projects.jsx +++ b/src/sections/Projects.jsx @@ -9,6 +9,14 @@ const work = [ emoji: '🌙', link: 'https://luna.reversed.dev', }, + { + title: 'Claw Ideas', + description: 'A repository for tracking ideas, features, and improvements for the OpenClaw ecosystem.', + tags: ['OpenClaw', 'Ideas', 'Maintenance'], + gradient: 'from-blue-500 to-indigo-600', + emoji: '💡', + link: 'https://gitea.reversed.dev/luna/claw-ideas', + }, { title: 'Flash LED', description: 'A standalone GPIO trigger script designed to get Space\'s attention fast by flashing an LED on his desk.',