diff --git a/src/CreateLandingPage.tsx b/src/CreateLandingPage.tsx index 690f24a..a8dbba8 100644 --- a/src/CreateLandingPage.tsx +++ b/src/CreateLandingPage.tsx @@ -68,7 +68,7 @@ function CreateLandingPageComponent(props: CreateLandingPageProps) { src={calendar} alt={translate('createLandingPage.splash.altText')} /> - + diff --git a/src/ErrorPage.tsx b/src/ErrorPage.tsx index 8fd4f68..ffba587 100644 --- a/src/ErrorPage.tsx +++ b/src/ErrorPage.tsx @@ -20,7 +20,7 @@ import errorImage from './images/genericError.svg'; import { FormattedMessage } from 'react-intl'; import { translate } from './localization/translate'; -const semiboldStyle = { root: { fontWeight: FontWeights.semibold } }; +const boldStyle = { root: { fontWeight: FontWeights.semibold } }; interface ErrorPageProps { meeting: OnlineMeetingInput; @@ -57,7 +57,7 @@ function ErrorPageComponent(props: ErrorPageProps) { }} > Error graphic - + diff --git a/src/SigninPage.tsx b/src/SigninPage.tsx index 35da468..834f447 100644 --- a/src/SigninPage.tsx +++ b/src/SigninPage.tsx @@ -63,7 +63,7 @@ function SigninPageComponent(props: Partial) { src={signInImage} alt={translate('signin.logo')} /> - +