From 84792845caaa18c076585dfd8991708b8188d424 Mon Sep 17 00:00:00 2001
From: MaxIsJoe <34368774+MaxIsJoe@users.noreply.github.com>
Date: Wed, 5 Aug 2026 12:28:01 +0300
Subject: [PATCH 1/3] add an underline to sectionintro
---
components/ui/SectionIntro.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/ui/SectionIntro.tsx b/components/ui/SectionIntro.tsx
index f9ca58a..681bfff 100644
--- a/components/ui/SectionIntro.tsx
+++ b/components/ui/SectionIntro.tsx
@@ -29,7 +29,7 @@ export default function SectionIntro({
-
{kicker}
+
{kicker}
Date: Wed, 5 Aug 2026 12:28:19 +0300
Subject: [PATCH 2/3] Expanded "about unitystation"
---
components/home/AboutSection.tsx | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/components/home/AboutSection.tsx b/components/home/AboutSection.tsx
index b48b3bf..2eb6a45 100644
--- a/components/home/AboutSection.tsx
+++ b/components/home/AboutSection.tsx
@@ -3,14 +3,21 @@ import SectionIntro from "../../components/ui/SectionIntro";
export default function AboutSection() {
return (
-
+
+
);
From 4e50303527a1d47393ba054e767c0fef857d1441 Mon Sep 17 00:00:00 2001
From: MaxIsJoe <34368774+MaxIsJoe@users.noreply.github.com>
Date: Wed, 5 Aug 2026 12:39:14 +0300
Subject: [PATCH 3/3] Update home.cy.ts
---
cypress/e2e/home.cy.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cypress/e2e/home.cy.ts b/cypress/e2e/home.cy.ts
index 75ddac2..db8215f 100644
--- a/cypress/e2e/home.cy.ts
+++ b/cypress/e2e/home.cy.ts
@@ -47,7 +47,7 @@ describe("Home page", () => {
});
it("renders the about and community sections", () => {
- cy.contains("What is Unitystation?").should("exist");
+ cy.contains("What is Space Station 13?").should("exist");
cy.contains("Pick a job and keep the station running.").should("exist");
cy.contains("h2", "Join the community playtest!").scrollIntoView().should("be.visible");
cy.contains("a", "Join the Discord").should(