diff --git a/cypress/constants.ts b/cypress/constants.ts index b57adecd93..b1aec6c7b7 100644 --- a/cypress/constants.ts +++ b/cypress/constants.ts @@ -1,7 +1,7 @@ export type Page = { heading: string; headingLevel?: number; url: string }; export const pages: Page[] = [ { heading: "Login", url: "/accounts/login" }, - { heading: "SSH keys for admin", headingLevel: 2, url: "/intro/user" }, + { heading: "SSH keys for admin", url: "/intro/user" }, { heading: "Devices", url: "/devices" }, { heading: "Controllers", url: "/controllers" }, { heading: "Subnets", url: "/networks" }, diff --git a/src/app/intro/components/IntroCard/IntroCard.tsx b/src/app/intro/components/IntroCard/IntroCard.tsx index 6801801e50..7673067de1 100644 --- a/src/app/intro/components/IntroCard/IntroCard.tsx +++ b/src/app/intro/components/IntroCard/IntroCard.tsx @@ -35,10 +35,10 @@ const IntroCard = ({ title={ <> -

+

 {title} -

+ {titleLink ? ( {titleLink}