mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +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 && (
|
||||
<StyledTextForGallery>
|
||||
Gallery coming soon...
|
||||
Gallery function coming soon...
|
||||
</StyledTextForGallery>
|
||||
)}
|
||||
</WorkspaceSidebarContent>
|
||||
|
||||
@@ -8,7 +8,7 @@ type CommentsProps = {
|
||||
};
|
||||
|
||||
export const Comments = (props: CommentsProps) => {
|
||||
return <StyledText>Comment coming soon...</StyledText>;
|
||||
return <StyledText>Comment function coming soon...</StyledText>;
|
||||
};
|
||||
|
||||
const StyledText = styled('div')(({ theme }) => {
|
||||
|
||||
Reference in New Issue
Block a user