diff --git a/README.md b/README.md index fb73ee0ee7..3be08f3a97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![parse-repository-header-dashboard](https://user-images.githubusercontent.com/5673677/138276825-9b430df8-b1f6-41d7-af32-4852a8fbc143.png) ---- +-------------------------- [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=alpha)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Aalpha) [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=beta)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Abeta) diff --git a/src/dashboard/Account/AccountOverview.react.js b/src/dashboard/Account/AccountOverview.react.js index 2fce5c9ca8..ab1bf0d4a0 100644 --- a/src/dashboard/Account/AccountOverview.react.js +++ b/src/dashboard/Account/AccountOverview.react.js @@ -68,7 +68,7 @@ export default class AccountOverview extends React.Component { renderForm({fields}) { let accountInfoFields =
( - + ); diff --git a/src/dashboard/DashboardView.react.js b/src/dashboard/DashboardView.react.js index 15972fd8e6..b7f0669122 100644 --- a/src/dashboard/DashboardView.react.js +++ b/src/dashboard/DashboardView.react.js @@ -199,7 +199,7 @@ export default class DashboardView extends React.Component { if (coreSubsections.length > 0) { appSidebarSections.push({ - name: 'Core', + name: 'Core - TEST - PR', icon: 'core', link: '/browser', subsections: coreSubsections,