mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix flow diagram nodes issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user