From e588615ea976fa88fde1248bce17c8557245a79c Mon Sep 17 00:00:00 2001 From: 果物リン Date: Thu, 20 Nov 2025 15:39:50 +0900 Subject: fix: ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 (#16816) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 * add changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --- packages/frontend/src/pages/timeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/frontend/src/pages') diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue index f72549df07..89d0991bc0 100644 --- a/packages/frontend/src/pages/timeline.vue +++ b/packages/frontend/src/pages/timeline.vue @@ -163,7 +163,7 @@ async function chooseChannel(ev: MouseEvent): Promise { type: 'link', icon: 'ti ti-plus', text: i18n.ts.createNew, - to: '/channels', + to: '/channels/new', }, ]; os.popupMenu(items.filter(i => i != null), ev.currentTarget ?? ev.target); -- cgit v1.2.3-freya