diff --git a/src/pages/stuff.astro b/src/pages/stuff.astro index dc25747..78dd16a 100644 --- a/src/pages/stuff.astro +++ b/src/pages/stuff.astro @@ -77,6 +77,11 @@ const showoff = [ name: "pound", desc: "terminal text editor written entirely in C (with vim motions).", tech: [{ name: "c", color: "bg-blue-300" }], + }, + { + name: "zenote", + desc: "desktop app to create markdown notes locally without any uneeded bs", + tech: [{ name: "tauri", color: "bg-blue-300" }, {name: "react"}], }, { name: "shawty",