adding the logo
This commit is contained in:
parent
8fb8ab7099
commit
b19c997350
|
|
@ -11,4 +11,7 @@
|
||||||
.warning-content__text {
|
.warning-content__text {
|
||||||
@apply text-white text-center text-xl max-w-2xl pb-12;
|
@apply text-white text-center text-xl max-w-2xl pb-12;
|
||||||
}
|
}
|
||||||
|
.lhoist-branding-logo {
|
||||||
|
@apply hidden md:block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ import AnimatedPage from "../components/AnimatedPage";
|
||||||
import Loading from "../components/animations/Loading";
|
import Loading from "../components/animations/Loading";
|
||||||
import { useUser } from "../hooks/useUser";
|
import { useUser } from "../hooks/useUser";
|
||||||
import warningSticker from "../assets/img/illustrations/lhoist-prevention-smartphone-sticker.svg";
|
import warningSticker from "../assets/img/illustrations/lhoist-prevention-smartphone-sticker.svg";
|
||||||
|
import BrandingLogo from "../components/ui/LhoistBrandingLogo.jsx";
|
||||||
|
|
||||||
export default function Warning() {
|
export default function Warning() {
|
||||||
const { language, screensTranslations } = useUser();
|
const { language, screensTranslations } = useUser();
|
||||||
|
|
@ -22,6 +23,7 @@ export default function Warning() {
|
||||||
className='cta cta--construction cta--lhoist cta--button-icon cta--start'>
|
className='cta cta--construction cta--lhoist cta--button-icon cta--start'>
|
||||||
<span>{uiTranslations.continue}</span>
|
<span>{uiTranslations.continue}</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
<BrandingLogo />
|
||||||
</AnimatedPage>
|
</AnimatedPage>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user