diff --git a/cypress/e2e/homepage.spec.ts b/cypress/e2e/homepage.spec.ts index b571dfdb8..7e7f77250 100644 --- a/cypress/e2e/homepage.spec.ts +++ b/cypress/e2e/homepage.spec.ts @@ -92,7 +92,7 @@ viewports.forEach((viewport) => { it("should have expected Header title and description", () => { cy.findByTestId("header-title").should( "have.text", - "Connecting old and new worlds", + "Connecting old and new worlds ", ); // No TC diff --git a/src/components/index/HomePageHeader.tsx b/src/components/index/HomePageHeader.tsx index df6b585a2..5ebb17b3d 100644 --- a/src/components/index/HomePageHeader.tsx +++ b/src/components/index/HomePageHeader.tsx @@ -43,7 +43,7 @@ export function HomePageHeader(): JSX.Element { >{`${word} `} ) : ( - {`${word}`} + {`${word} `} ), )}