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

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