Skip to content

Commit

Permalink
fix(frontend): header title color
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <[email protected]>
  • Loading branch information
mishraomp committed May 1, 2024
1 parent 5940cdf commit e615c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/home-page.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ describe("Home page visit", () => {

it("visit landing page", () => {
cy.visit("/");
cy.contains("Quickstart OpenShift");
cy.contains("QuickStart OpenShift");
});
});
1 change: 1 addition & 0 deletions frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function Header() {
xs: '.25em',
sm: '.5em',
},
color: 'rgb(0 0 0 / 87%)'
}}
>
QuickStart OpenShift
Expand Down

0 comments on commit e615c04

Please sign in to comment.