fix: ignore mailto OG
This commit is contained in:
@@ -36,7 +36,9 @@ const renderContent = ({
|
||||
>
|
||||
{decoratedText}
|
||||
</a>
|
||||
<URLPreview url={decoratedHref} />
|
||||
{!decoratedHref.startsWith("mailto") && (
|
||||
<URLPreview url={decoratedHref} />
|
||||
)}
|
||||
</React.Fragment>
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -23,6 +23,7 @@ const StyledMsg = styled.div`
|
||||
}
|
||||
}
|
||||
.avatar {
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user