Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/ecosystem-section.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout-shell.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -175,7 +175,7 @@ export function LayoutShell({ children }: { children: ReactNode }) {
</span>
</Link>
<Link
href="https://create-vlang-app.vercel.app"
href="https://create-awesome-vlang-app.vercel.app"
target="_blank"
rel="noreferrer"
className="flex items-center gap-2 text-sm transition-colors hover:text-foreground"
Expand Down
Loading