summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-08-27 12:09:19 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-08-27 12:09:19 +0900
commitee96f77ef28466a71f24c46edbea6a4f687834ca (patch)
tree43ecd3c80b1600070227ae3523686b64db267a02 /packages/frontend/src/components
parentUpdate CHANGELOG.md (diff)
downloadmisskey-ee96f77ef28466a71f24c46edbea6a4f687834ca.tar.gz
misskey-ee96f77ef28466a71f24c46edbea6a4f687834ca.tar.bz2
misskey-ee96f77ef28466a71f24c46edbea6a4f687834ca.zip
refactor
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/global/MkPageHeader.stories.impl.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts b/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
index 15938d0495..0ac6304054 100644
--- a/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
+++ b/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
@@ -2,7 +2,7 @@
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
-
+
import { waitFor } from '@storybook/test';
import MkPageHeader from './MkPageHeader.vue';
import type { StoryObj } from '@storybook/vue3';
@@ -59,6 +59,7 @@ export const Icon = {
{
...OneTab.args.tabs[0],
icon: 'ti ti-home',
+ title: 'Home',
},
],
},
@@ -71,6 +72,7 @@ export const IconOnly = {
{
key: Icon.args.tabs[0].key,
icon: Icon.args.tabs[0].icon,
+ title: Icon.args.tabs[0].title,
iconOnly: true,
},
],