diff --git a/app/admin/page.tsx b/app/admin/page.tsx index 03c9869..5aa3003 100644 --- a/app/admin/page.tsx +++ b/app/admin/page.tsx @@ -1063,12 +1063,7 @@ export default function AdminPage() { > Title {sortField === 'title' && (sortDirection === 'asc' ? '↑' : '↓')} - handleSort('artist')} - > - Artist {sortField === 'artist' && (sortDirection === 'asc' ? '↑' : '↓')} - + Genres setEditTitle(e.target.value)} className="form-input" - style={{ padding: '0.25rem' }} + style={{ padding: '0.25rem', marginBottom: '0.5rem', width: '100%' }} + placeholder="Title" /> - - setEditArtist(e.target.value)} className="form-input" - style={{ padding: '0.25rem' }} + style={{ padding: '0.25rem', width: '100%' }} + placeholder="Artist" />