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 ( - + + ); 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}

{ }); 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(