mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
reimplement genre detail route
This commit is contained in:
@@ -99,7 +99,7 @@ export const FeaturedGenres = () => {
|
||||
|
||||
return visibleGenres.map((genre: Genre) => {
|
||||
const { color, isLight } = stringToColor(genre.name);
|
||||
const path = generatePath(AppRoute.LIBRARY_GENRES_ALBUMS, { genreId: genre.id });
|
||||
const path = generatePath(AppRoute.LIBRARY_GENRES_DETAIL, { genreId: genre.id });
|
||||
|
||||
return {
|
||||
...genre,
|
||||
|
||||
Reference in New Issue
Block a user