Skip to content

Commit eb6f8eb

Browse files
authored
Updated feedback note for ActivityPub beta widget (#24569)
ref https://linear.app/ghost/issue/PROD-2264 Updated feedback note for ActivityPub beta widget
1 parent 5dee723 commit eb6f8eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/admin-x-activitypub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/admin-x-activitypub",
3-
"version": "0.9.14",
3+
"version": "0.9.15",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

apps/admin-x-activitypub/src/components/layout/Sidebar/FeedbackBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const FeedbackBox: React.FC = () => {
66
const navigate = useNavigate();
77

88
function showFeedbackReply() {
9-
const targetPostId = 'https://activitypub.ghost.org/.ghost/activitypub/note/84eb47c6-4e5d-4d1a-bb6e-089a5890cc2';
9+
const targetPostId = 'https://activitypub.ghost.org/.ghost/activitypub/note/6d6d7f57-b656-4caa-ba9e-efa1d9a4b3fb';
1010
navigate(`/notes/${encodeURIComponent(targetPostId)}`);
1111
}
1212

0 commit comments

Comments
 (0)