feat: preview arbitrary url

This commit is contained in:
Apoorv Mishra
2023-07-24 20:59:32 +05:30
parent b3d8bd1cc8
commit 81bd68380e
3 changed files with 45 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ export const Info: React.FC = ({ children }) => (
</StyledText>
);
export const Description: React.FC = styled(StyledText)`
margin-top: 0.5em;
`;
export const DescriptionContainer = styled.div`
margin-top: 0.5em;
`;