mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-21 12:19:37 +05:00
remove video from profile counters
This commit is contained in:
parent
256ecea885
commit
5572f31c60
2 changed files with 19 additions and 19 deletions
app/components/Profile
|
@ -41,11 +41,9 @@ export const ProfileActivityCollections = (props: {
|
|||
key={`col-prev-${collection.id}`}
|
||||
style={{ width: "fit-content" }}
|
||||
>
|
||||
<Link href={`/collection/${collection.id}`}>
|
||||
<div className="w-[400px] xl:w-[500px] aspect-video">
|
||||
<CollectionLink {...collection} />
|
||||
</div>
|
||||
</Link>
|
||||
<div className="w-[350px] xl:w-[500px] aspect-video">
|
||||
<CollectionLink {...collection} />
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
);
|
||||
})}
|
||||
|
@ -53,7 +51,7 @@ export const ProfileActivityCollections = (props: {
|
|||
{props.content && props.content.length > 0 ?
|
||||
<SwiperSlide style={{ width: "fit-content" }}>
|
||||
<Link href={`/profile/${props.profile_id}/collections`}>
|
||||
<div className="w-[400px] xl:w-[500px] aspect-video flex flex-col items-center justify-center w-full gap-2 text-black transition-colors bg-gray-100 border hover:bg-gray-200 border-gray-50 hover:border-gray-100 dark:border-gray-700 dark:hover:border-gray-600 dark:hover:bg-gray-500 aspect-video group dark:bg-gray-600 dark:text-white">
|
||||
<div className="w-[350px] xl:w-[500px] flex flex-col items-center justify-center gap-2 text-black transition-colors bg-gray-100 border hover:bg-gray-200 border-gray-50 hover:border-gray-100 dark:border-gray-700 dark:hover:border-gray-600 dark:hover:bg-gray-500 aspect-video group dark:bg-gray-600 dark:text-white">
|
||||
<span className="w-8 h-8 iconify mdi--arrow-right dark:fill-white"></span>
|
||||
<p>Все коллекции</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue