diff --git a/apps/admin-x-activitypub/src/components/layout/Sidebar/Recommendations.tsx b/apps/admin-x-activitypub/src/components/layout/Sidebar/Recommendations.tsx index 65f256d9d0..ac916ff51e 100644 --- a/apps/admin-x-activitypub/src/components/layout/Sidebar/Recommendations.tsx +++ b/apps/admin-x-activitypub/src/components/layout/Sidebar/Recommendations.tsx @@ -1,10 +1,9 @@ import * as React from 'react'; import APAvatar from '@components/global/APAvatar'; import ActivityItem from '@components/activities/ActivityItem'; -import Separator from '@components/global/Separator'; import getName from '@utils/get-name'; import getUsername from '@utils/get-username'; -import {Skeleton} from '@tryghost/shade'; +import {H4, LucideIcon, Skeleton} from '@tryghost/shade'; import {handleProfileClick} from '@utils/handle-profile-click'; import {useSuggestedProfilesForUser} from '@hooks/use-activity-pub-queries'; @@ -14,8 +13,16 @@ const Recommendations: React.FC = () => { const suggested = suggestedData || Array(3).fill({actor: {}}); return ( -
-

Suggestions to follow

+
+
+
+ +

Follow suggestions

+
+ + Accounts you might be interested in + +