Skip to content

Commit a3c52db

Browse files
author
chuxij
committed
remove general song title
1 parent ddbf2db commit a3c52db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
// Set section title based on ID
443443
let sectionTitle = sectionId;
444444
if (sectionId === 'GeneralSongs') {
445-
sectionTitle = 'General Songs';
445+
sectionTitle = '';
446446
}
447447

448448
// Clear existing content

0 commit comments

Comments
 (0)