mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
fix: copied
This commit is contained in:
@@ -90,7 +90,7 @@ export function Page(props: PageProps) {
|
|||||||
)}
|
)}
|
||||||
{activeTab === TabMap.get(TAB_TITLE.GALLERY).value && (
|
{activeTab === TabMap.get(TAB_TITLE.GALLERY).value && (
|
||||||
<StyledTextForGallery>
|
<StyledTextForGallery>
|
||||||
Gallery coming soon...
|
Gallery function coming soon...
|
||||||
</StyledTextForGallery>
|
</StyledTextForGallery>
|
||||||
)}
|
)}
|
||||||
</WorkspaceSidebarContent>
|
</WorkspaceSidebarContent>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ type CommentsProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const Comments = (props: CommentsProps) => {
|
export const Comments = (props: CommentsProps) => {
|
||||||
return <StyledText>Comment coming soon...</StyledText>;
|
return <StyledText>Comment function coming soon...</StyledText>;
|
||||||
};
|
};
|
||||||
|
|
||||||
const StyledText = styled('div')(({ theme }) => {
|
const StyledText = styled('div')(({ theme }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user