We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dee723 commit eb6f8ebCopy full SHA for eb6f8eb
apps/admin-x-activitypub/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tryghost/admin-x-activitypub",
3
- "version": "0.9.14",
+ "version": "0.9.15",
4
"license": "MIT",
5
"repository": {
6
"type": "git",
apps/admin-x-activitypub/src/components/layout/Sidebar/FeedbackBox.tsx
@@ -6,7 +6,7 @@ const FeedbackBox: React.FC = () => {
const navigate = useNavigate();
7
8
function showFeedbackReply() {
9
- const targetPostId = 'https://activitypub.ghost.org/.ghost/activitypub/note/84eb47c6-4e5d-4d1a-bb6e-089a5890cc2';
+ const targetPostId = 'https://activitypub.ghost.org/.ghost/activitypub/note/6d6d7f57-b656-4caa-ba9e-efa1d9a4b3fb';
10
navigate(`/notes/${encodeURIComponent(targetPostId)}`);
11
}
12
0 commit comments