STANEK: Typo fix in description (#1627)

Fixing a typo (missing space) in the CotMG faction info text.
This commit is contained in:
Tahvohck 2024-08-25 13:14:33 -04:00 committed by GitHub
parent b4f2a5c641
commit 47b261f520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -765,7 +765,7 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
<Option <Option
buttonText={"Open Stanek's Gift"} buttonText={"Open Stanek's Gift"}
infoText={ infoText={
"Stanek's Gift is a powerful augmentation that powers up the stat you chose to boost." + "Stanek's Gift is a powerful augmentation that powers up the stat you chose to boost. " +
"Gaining reputation with the Church of the Machine God can only be done by charging the gift." "Gaining reputation with the Church of the Machine God can only be done by charging the gift."
} }
onClick={() => Router.toPage(Page.StaneksGift)} onClick={() => Router.toPage(Page.StaneksGift)}