chore: replace misskey_app with sharkey_app

This commit is contained in:
Mar0xy 2023-11-15 23:52:09 +01:00
parent 572fe7d8e7
commit 8779c0defd
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
5 changed files with 5 additions and 5 deletions

View file

@ -249,7 +249,7 @@ export async function common(createVue: () => App<Element>) {
// https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210
// なぜか2回実行されることがあるため、mountするdivを1つに制限する
const rootEl = ((): HTMLElement => {
const MISSKEY_MOUNT_DIV_ID = 'misskey_app';
const MISSKEY_MOUNT_DIV_ID = 'sharkey_app';
const currentRoot = document.getElementById(MISSKEY_MOUNT_DIV_ID);