diff options
| author | ShittyKopper <shittykopper@w.on-t.work> | 2024-01-28 15:07:22 +0300 |
|---|---|---|
| committer | ShittyKopper <shittykopper@w.on-t.work> | 2024-02-04 12:51:14 +0300 |
| commit | f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554 (patch) | |
| tree | 838c71fbb6bfe6108b5b33e42bf4dd4a3688ca28 /packages/frontend/src/index.html | |
| parent | fix: bring back the ability to hover on videos to show alt text (diff) | |
| download | sharkey-f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554.tar.gz sharkey-f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554.tar.bz2 sharkey-f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554.zip | |
fix: duplicate root dom element in dev mode
Diffstat (limited to 'packages/frontend/src/index.html')
| -rw-r--r-- | packages/frontend/src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index ec9110ecff..097c0080ae 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -30,7 +30,7 @@ </head> <body> -<div id="misskey_app"></div> +<div id="sharkey_app"></div> <script type="module" src="./_dev_boot_.ts"></script> </body> </html> |