diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1cd1015..72b8579 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,6 +3,8 @@ import { FeaturedProjects } from "@/components/FeaturedProjects" import { Button } from "@/components/ui/button" import { useState } from "react" import { useNavigate } from "react-router-dom" + +const MESH_FORGE_README_URL = "https://github.com/MeshEnvy/mesh-forge#readme" import { parseGithubUrl } from "../lib/parseGithubUrl" function encodeTreePath(ref: string) { @@ -66,9 +68,20 @@ export default function HomePage() { onKeyDown={e => e.key === "Enter" && go()} /> {error ?

{error}

: null} - +
+ + +