diff --git a/src/App.tsx b/src/App.tsx index 6cb85f6..3920ebf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1134,6 +1134,15 @@ const miniProjects: MiniProject[] = [ why: "A friend of mine searched for a website that does something like this, so i made one.", github: "https://github.com/Space-Banane/lego-to-stl", image: "https://zippy.trumplovesgiving.top/u/44nekH.png" + }, + { + title: "Thoughtful Extention for Raycast", + description: "Quickly add ideas to Thoughtful from Raycast.", + why: "I use Raycast a lot, so having a quick way to add ideas to Thoughtful is super convenient.", + github: "https://gitea.reversed.dev/space/thoughtful-extention",note: { + color: "blue", + content: "Requires Thoughtful & Raycast to use lol" + }, } ];