mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 14:24:23 +02:00
refactor(frontend): page-metadata -> page
This commit is contained in:
@@ -69,7 +69,7 @@ import * as os from '@/os.js';
|
||||
import { misskeyApi } from '@/utility/misskey-api.js';
|
||||
import { signinRequired } from '@/account.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { definePageMetadata } from '@/utility/page-metadata.js';
|
||||
import { definePage } from '@/page.js';
|
||||
import { instance } from '@/instance.js';
|
||||
|
||||
const $i = signinRequired();
|
||||
@@ -125,7 +125,7 @@ const headerActions = computed(() => []);
|
||||
|
||||
const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata(() => ({
|
||||
definePage(() => ({
|
||||
title: i18n.ts.email,
|
||||
icon: 'ti ti-mail',
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user