docs: Updating README with repository details. (#101)

* docs: fleshing out the readme

Making it consistent with frontend-component-footer and much more detailed.

* fix: Removing unused variable, siteName

Also fixing logout URL in development.  (We fixed this in a number of other repositories already, but somehow this one snuck through)
This commit is contained in:
David Joy
2021-05-13 14:57:25 -04:00
committed by GitHub
parent b00e018105
commit 0c58362b49
3 changed files with 69 additions and 6 deletions

View File

@@ -79,7 +79,6 @@ function Header({ intl }) {
const props = {
logo: config.LOGO_URL,
logoAltText: config.SITE_NAME,
siteName: config.SITE_NAME,
logoDestination: `${config.LMS_BASE_URL}/dashboard`,
loggedIn: authenticatedUser !== null,
username: authenticatedUser !== null ? authenticatedUser.username : null,