diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index af19cfe..3a066aa 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -41,9 +41,12 @@ import { ClipboardList, Scale, NotebookPen, - Settings as SettingsIcon + Settings as SettingsIcon, + Github } from "lucide-react"; +const REPO_URL = "https://github.com/aidmax/pedalnotes"; + const SECTION_DEFAULTS: Record = { "daily-notes": true, "core-metrics": true, @@ -446,7 +449,7 @@ export default function Home() {
-
+
@@ -461,6 +464,15 @@ export default function Home() { > Full form + + +
+ + +