mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 07:36:18 +09:00
Merge pull request 'fix: local instance ticker' (#9919) from naskya/calckey:fix/local-instance-ticker into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9919
This commit is contained in:
commit
1a21e2a3b4
@ -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 New Issue
Block a user