summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShittyKopper <shittykopper@w.on-t.work>2024-01-28 15:07:22 +0300
committerShittyKopper <shittykopper@w.on-t.work>2024-02-04 12:51:14 +0300
commitf40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554 (patch)
tree838c71fbb6bfe6108b5b33e42bf4dd4a3688ca28
parentfix: bring back the ability to hover on videos to show alt text (diff)
downloadsharkey-f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554.tar.gz
sharkey-f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554.tar.bz2
sharkey-f40c3a2d9f9fd8e8cd8fe69a9cf4605a737de554.zip
fix: duplicate root dom element in dev mode
-rw-r--r--packages/frontend/src/index.html2
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>