This commit is contained in:
parent
9a1564cdb5
commit
3c07869634
9 changed files with 148 additions and 120 deletions
|
@ -1,6 +1,6 @@
|
|||
import { highlightElement } from "@speed-highlight/core";
|
||||
import { artist } from "../../utilities/artist";
|
||||
import { createRef } from "tsx-dom";
|
||||
import { artist } from "../../utilities/artist";
|
||||
import socket from "../../utilities/socket";
|
||||
|
||||
const colorMap = {
|
||||
|
@ -39,7 +39,6 @@ export default () => {
|
|||
document.body.style.removeProperty("--lanyard-display");
|
||||
}
|
||||
|
||||
|
||||
if (container.current) {
|
||||
container.current.textContent = JSON.stringify(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue