Skip to content

Commit d948a48

Browse files
fix: link Create Vlang App to create-awesome-vlang-app.vercel.app
1 parent c576893 commit d948a48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ecosystem-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ECOSYSTEM: EcosystemEntry[] = [
6565
description:
6666
'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.',
6767
status: 'production',
68-
href: 'https://create-vlang-app.vercel.app',
68+
href: 'https://create-awesome-vlang-app.vercel.app',
6969
colors: {
7070
node1: '#a78bfa',
7171
node2: '#06b6d4',

src/components/layout-shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function LayoutShell({ children }: { children: ReactNode }) {
175175
</span>
176176
</Link>
177177
<Link
178-
href="https://create-vlang-app.vercel.app"
178+
href="https://create-awesome-vlang-app.vercel.app"
179179
target="_blank"
180180
rel="noreferrer"
181181
className="flex items-center gap-2 text-sm transition-colors hover:text-foreground"

0 commit comments

Comments
 (0)