Jormungandr
Some checks are pending
/ test-build (push) Waiting to run

This commit is contained in:
nelle 2024-07-06 00:42:02 -06:00
parent b80f4efe0d
commit db74b6ed33

View file

@ -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);