mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
fix an instance ticker bug
This commit is contained in:
parent
a7d2eb79b1
commit
faf9b6e5a2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const instance = props.instance ?? {
|
||||||
'meta[name="theme-color-orig"]'
|
'meta[name="theme-color-orig"]'
|
||||||
) as HTMLMetaElement
|
) as HTMLMetaElement
|
||||||
)?.content,
|
)?.content,
|
||||||
software: Instance.softwareName || "Calckey",
|
softwareName: Instance.softwareName || "Calckey",
|
||||||
};
|
};
|
||||||
|
|
||||||
const capitalize = (s: string) => s && s[0].toUpperCase() + s.slice(1);
|
const capitalize = (s: string) => s && s[0].toUpperCase() + s.slice(1);
|
||||||
|
|
Loading…
Reference in a new issue