diff --git a/src/header/Header.js b/src/header/Header.js index 264616e..802b690 100644 --- a/src/header/Header.js +++ b/src/header/Header.js @@ -23,7 +23,7 @@ import PropTypes from 'prop-types'; import { useEffect } from 'react'; import { Layer } from '@bluecateng/pelagos'; import HeaderAccountMenu from './HeaderAccountMenu'; -import HeaderBAM from './HeaderBAM'; +import HeaderAuthentication from './HeaderBAM'; import HeaderHelpMenu from './HeaderHelpMenu'; import HeaderLogo from './HeaderLogo'; import HeaderSystemMenu from './HeaderSystemMenu'; diff --git a/stories/HeaderBAM.stories.js b/stories/HeaderBAM.stories.js index 37684cb..745f7b5 100644 --- a/stories/HeaderBAM.stories.js +++ b/stories/HeaderBAM.stories.js @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -import HeaderBAM from '../src/header/HeaderBAM'; +import HeaderAuthentication from '../src/header/HeaderAuthentication'; import PlatformDataContext from '../src/components/PlatformDataContext'; const mockValue = { @@ -35,8 +35,8 @@ const mockValue = { }; export default { - title: 'Components/HeaderBAM', - component: HeaderBAM, + title: 'Components/HeaderAuthentication', + component: HeaderAuthentication, decorators: [ (Story) => (