From 5574eeb809c4a607488c8c407ec29d3db1b9ddd1 Mon Sep 17 00:00:00 2001 From: JSC Date: Wed, 13 Aug 2025 13:55:51 +0200 Subject: [PATCH] feat: update project title and name to SDB v2 in index.html and package.json --- index.html | 2 +- package.json | 5 +++-- src/components/AppSidebar.tsx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e4b78ea..9e35354 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React + TS + SDB v2
diff --git a/package.json b/package.json index 38eba39..8924a25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "frontend", + "name": "sdb", + "description": "Frontend for the SDB v2", "private": true, - "version": "0.0.0", + "version": "2.0.0", "type": "module", "scripts": { "dev": "vite --port 8001", diff --git a/src/components/AppSidebar.tsx b/src/components/AppSidebar.tsx index e14617e..457d44e 100644 --- a/src/components/AppSidebar.tsx +++ b/src/components/AppSidebar.tsx @@ -35,7 +35,7 @@ export function AppSidebar({ showCompactPlayer = false }: AppSidebarProps) {
- Soundboard + SDB v2