fix(home): recently added albums title links to /new-releases instead of /albums

This commit is contained in:
Psychotoxical
2026-04-08 18:56:39 +02:00
parent fbe68116cc
commit c1e57b4c06
+1 -1
View File
@@ -111,7 +111,7 @@ export default function Home() {
{isVisible('recent') && (
<AlbumRow
title={t('home.recent')}
titleLink="/albums"
titleLink="/new-releases"
albums={recent}
onLoadMore={() => loadMore('newest', recent, setRecent)}
moreText={t('home.loadMore')}