feat: add live demo infomation

This commit is contained in:
alt0
2022-09-28 17:45:33 +08:00
parent b9bc2d167e
commit 5ad5c4879d
8 changed files with 310 additions and 1 deletions
@@ -14,6 +14,7 @@ import {
import { useCallback, useMemo } from 'react';
import { EditorBoardSwitcher } from './EditorBoardSwitcher';
import { fsApiSupported } from './FileSystem';
import { Logo } from './Logo';
import { CurrentPageTitle } from './Title';
export const LayoutHeader = () => {
@@ -44,7 +45,7 @@ export const LayoutHeader = () => {
<StyledContainerForHeaderRoot>
<StyledHeaderRoot>
<FlexContainer>
<StyledLogoIcon />
<Logo />
<TitleContainer>
<CurrentPageTitle />
</TitleContainer>