mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix/feat: add collections page for discovery page
This commit is contained in:
parent
e067336605
commit
bf24cd1063
5 changed files with 174 additions and 14 deletions
|
@ -24,7 +24,7 @@ export const CollectionsOfTheWeek = () => {
|
|||
return (
|
||||
<CollectionCourusel
|
||||
sectionTitle="Коллекции недели"
|
||||
showAllLink={`/discovery/collections`}
|
||||
showAllLink={`/discovery/collections?sort=week_popular`}
|
||||
content={data.content}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue