feat: update project title and name to SDB v2 in index.html and package.json

This commit is contained in:
JSC
2025-08-13 13:55:51 +02:00
parent 4e68344f23
commit 5574eeb809
3 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>SDB v2</title>
</head>
<body>
<div id="root"></div>

View File

@@ -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",

View File

@@ -35,7 +35,7 @@ export function AppSidebar({ showCompactPlayer = false }: AppSidebarProps) {
<SidebarHeader>
<div className="flex items-center gap-2 px-2 py-2">
<Music className="h-6 w-6" />
<span className="font-semibold text-lg group-data-[collapsible=icon]:hidden">Soundboard</span>
<span className="font-semibold text-lg group-data-[collapsible=icon]:hidden">SDB v2</span>
</div>
</SidebarHeader>