fix flow diagram nodes issues

This commit is contained in:
fgrreloaded
2025-02-18 12:18:02 +05:30
parent 1e547869ce
commit ae7b7a435b
2 changed files with 63 additions and 68 deletions

View File

@@ -94,7 +94,7 @@ export const technologies = [
description: "TypeScript ORM",
},
{
name: "libSQL",
name: "Sqlite",
category: "backend",
angle: -30,
icon: Boxes,
@@ -171,11 +171,11 @@ export const initialNodes: TechNode[] = [
},
},
{
id: "libsql",
id: "sqlite",
type: "techNode",
position: { x: 544, y: 532 },
data: {
label: "libSQL",
label: "Sqlite",
category: "database",
description: "SQLite-compatible database",
isDefault: true,