Comment out year display in album cards for cleaner UI
This commit is contained in:
@@ -229,9 +229,9 @@ export default function LibraryPage() {
|
||||
>
|
||||
{album.artist}
|
||||
</Link>
|
||||
{album.year && (
|
||||
{/* {album.year && (
|
||||
<p className="text-xs text-muted-foreground">{album.year}</p>
|
||||
)}
|
||||
)} */}
|
||||
</Link>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user