diff --git a/app/components/Profile/Profile.Activity.tsx b/app/components/Profile/Profile.Activity.tsx index 4a349e4..d5c53af 100644 --- a/app/components/Profile/Profile.Activity.tsx +++ b/app/components/Profile/Profile.Activity.tsx @@ -18,9 +18,9 @@ export function ProfileActivity(props: { token: string; isMyProfile: boolean; }) { - const [tab, setTab] = useState< - "collections" | "comments" | "friends" | "videos" - >("collections"); + const [tab, setTab] = useState<"collections" | "comments" | "friends">( + "collections" + ); const [collections, setCollections] = useState>({}); @@ -64,25 +64,28 @@ export function ProfileActivity(props: { color={tab == "collections" ? "blue" : "light"} onClick={() => setTab("collections")} > - Коллекции | {props.collectionCount} +
+

Коллекции

+

( {props.collectionCount} )

+
- @@ -101,7 +104,6 @@ export function ProfileActivity(props: { profile_id={props.profile_id} /> )} - {tab == "videos" && <>videos} ); } diff --git a/app/components/Profile/Profile.ActivityCollections.tsx b/app/components/Profile/Profile.ActivityCollections.tsx index 42e0fe7..3e083e5 100644 --- a/app/components/Profile/Profile.ActivityCollections.tsx +++ b/app/components/Profile/Profile.ActivityCollections.tsx @@ -41,11 +41,9 @@ export const ProfileActivityCollections = (props: { key={`col-prev-${collection.id}`} style={{ width: "fit-content" }} > - -
- -
- +
+ +
); })} @@ -53,7 +51,7 @@ export const ProfileActivityCollections = (props: { {props.content && props.content.length > 0 ? -
+

Все коллекции