fix: copied

This commit is contained in:
alt0
2022-09-28 18:09:49 +08:00
parent e69884f5e9
commit 4815ec474b
2 changed files with 2 additions and 2 deletions
@@ -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 }) => {