mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(frontend): 🐛 Fix incorrect branding on glitch-soc
This commit is contained in:
parent
fc4e0d1958
commit
2998cb4deb
|
|
@ -222,7 +222,7 @@ const brandingTransforms = async (
|
||||||
);
|
);
|
||||||
newFileContents = newFileContents.replaceAll("Mastodon", "Lysand");
|
newFileContents = newFileContents.replaceAll("Mastodon", "Lysand");
|
||||||
newFileContents = newFileContents.replaceAll(
|
newFileContents = newFileContents.replaceAll(
|
||||||
"Lysand is free, open-source software, and a trademark of Mastodon gGmbH.",
|
"Lysand is free, open-source software, and a trademark of Lysand gGmbH.",
|
||||||
"This is not a Mastodon instance.",
|
"This is not a Mastodon instance.",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue