From b7ef6ef521089c478b1b5e351e87a2cd50e54d93 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Mon, 23 Sep 2024 20:24:38 +0100 Subject: [PATCH] Added more flexible layout for profile attachments ref https://linear.app/tryghost/issue/AP-305/profile-viewer-component-that-can-render-activitypub-actor-data --- apps/admin-x-activitypub/src/components/Profile.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/admin-x-activitypub/src/components/Profile.tsx b/apps/admin-x-activitypub/src/components/Profile.tsx index 7ee8b79866..9a3fc14ca0 100644 --- a/apps/admin-x-activitypub/src/components/Profile.tsx +++ b/apps/admin-x-activitypub/src/components/Profile.tsx @@ -145,7 +145,10 @@ const Profile: React.FC = ({}) => { Building ActivityPub @index@activitypub.ghost.org

Ghost is federating over ActivityPub to become part of the world's largest publishing network

- activitypub.ghost.org + + Website + activitypub.ghost.org + containerClassName='mt-6' selectedTab={selectedTab} tabs={tabs} onTabChange={setSelectedTab} />