fix: Replace hardcoded edX name with SITE_NAME env variable. (#486)

This commit is contained in:
Attiya Ishaque
2021-12-22 13:10:34 +05:00
committed by GitHub
parent 1210fe01ae
commit 2a079e484f
11 changed files with 17 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ const AuthExtraLargeLayout = (props) => {
<div className="container row p-0 m-0 large-screen-container">
<div className="col-md-9 p-0 screen-header-light">
<Hyperlink destination={getConfig().MARKETING_SITE_BASE_URL}>
<Image alt="edx" className="logo position-absolute" src={getConfig().LOGO_WHITE_URL} />
<Image alt={getConfig().SITE_NAME} className="logo position-absolute" src={getConfig().LOGO_WHITE_URL} />
</Hyperlink>
<div className="min-vh-100 d-flex align-items-center">
<div>