mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
parent
b80f4efe0d
commit
db74b6ed33
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const instance = props.instance ?? {
|
|||
'meta[name="theme-color-orig"]',
|
||||
) as HTMLMetaElement
|
||||
)?.content,
|
||||
softwareName: Instance.softwareName || "Iceshrimp",
|
||||
softwareName: Instance.softwareName || "Iceshrimp-Jörmungandr",
|
||||
};
|
||||
|
||||
const capitalize = (s: string) => s && s[0].toUpperCase() + s.slice(1);
|
||||
|
|
Loading…
Reference in a new issue