diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx
index 8776118..641d6cd 100644
--- a/app/routes/_index.tsx
+++ b/app/routes/_index.tsx
@@ -85,9 +85,7 @@ export default function Index() {
Developer & Gamer
-
Visit Project
-
-
+
{project.open_source && (
-
-
+
+
Source Code
)}
-
+
{project.blog_post && (
-
-
+
+
Read Blog
@@ -533,4 +558,13 @@ const projects: {
},
image: "https://i.scdn.co/image/ab67616d00001e02124e9249fada4ff3c3a0739c",
},
+ {
+ name: "Open Web UI - Memory Importer",
+ description:
+ "A simple Memory Importer for the Open Web UI. Just a fun little project.",
+ link: "https://github.com/Space-Banane/openweb-memory-importer",
+ open_source: {
+ link: "https://github.com/Space-Banane/openweb-memory-importer",
+ },
+ },
];