diff --git a/src/components/ecosystem-section.tsx b/src/components/ecosystem-section.tsx index 4206ea6..35b0bdd 100644 --- a/src/components/ecosystem-section.tsx +++ b/src/components/ecosystem-section.tsx @@ -65,7 +65,7 @@ const ECOSYSTEM: EcosystemEntry[] = [ description: 'Scaffolding for the V language — by a V core team member and author of vsl, vtl, rxv, and setup-v. Shipped at 0.1.0.', status: 'production', - href: 'https://create-vlang-app.vercel.app', + href: 'https://create-awesome-vlang-app.vercel.app', colors: { node1: '#a78bfa', node2: '#06b6d4', diff --git a/src/components/layout-shell.tsx b/src/components/layout-shell.tsx index 21447d3..1e7ecbc 100644 --- a/src/components/layout-shell.tsx +++ b/src/components/layout-shell.tsx @@ -175,7 +175,7 @@ export function LayoutShell({ children }: { children: ReactNode }) {