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
@@ -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 }) => {