mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
feat: add live demo infomation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user