feat(admin): display total song count in library header
This commit is contained in:
@@ -226,7 +226,9 @@ export default function AdminPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="admin-card">
|
<div className="admin-card">
|
||||||
<h2 style={{ fontSize: '1.25rem', fontWeight: 'bold', marginBottom: '1rem' }}>Song Library</h2>
|
<h2 style={{ fontSize: '1.25rem', fontWeight: 'bold', marginBottom: '1rem' }}>
|
||||||
|
Song Library ({songs.length} songs)
|
||||||
|
</h2>
|
||||||
|
|
||||||
{/* Search */}
|
{/* Search */}
|
||||||
<div style={{ marginBottom: '1rem' }}>
|
<div style={{ marginBottom: '1rem' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user