mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 22:45:41 +00:00
fix(home): recently added albums title links to /new-releases instead of /albums
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ export default function Home() {
|
|||||||
{isVisible('recent') && (
|
{isVisible('recent') && (
|
||||||
<AlbumRow
|
<AlbumRow
|
||||||
title={t('home.recent')}
|
title={t('home.recent')}
|
||||||
titleLink="/albums"
|
titleLink="/new-releases"
|
||||||
albums={recent}
|
albums={recent}
|
||||||
onLoadMore={() => loadMore('newest', recent, setRecent)}
|
onLoadMore={() => loadMore('newest', recent, setRecent)}
|
||||||
moreText={t('home.loadMore')}
|
moreText={t('home.loadMore')}
|
||||||
|
|||||||
Reference in New Issue
Block a user