From d948a480ea7b461bac78cac7a0c7909a892af6a1 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Wed, 22 Jul 2026 03:44:15 -0300 Subject: [PATCH] fix: link Create Vlang App to create-awesome-vlang-app.vercel.app --- src/components/ecosystem-section.tsx | 2 +- src/components/layout-shell.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }) {