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