chore: change name in console output

This commit is contained in:
Mar0xy 2023-10-02 01:55:06 +02:00
parent 0c248a955c
commit b8f2c67c10
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import { fetchCustomEmojis } from '@/custom-emojis.js';
import { mainRouter } from '@/router.js';
export async function common(createVue: () => App<Element>) {
console.info(`Misskey v${version}`);
console.info(`Sharkey v${version}`);
if (_DEV_) {
console.warn('Development mode!!!');