Corrected href link in preview

This commit is contained in:
Sunit Shirke
2020-10-04 17:24:05 +05:30
committed by GitHub
parent cac51acc92
commit 7be9b08cd8
+1 -1
View File
@@ -243,7 +243,7 @@ const MarkdownPreview = props => {
return (
<div className="text-left my-2">
{" "}
<a href="https://twitter.com/{props.twitter}" target="blank">
<a href="https://twitter.com/"+props.twitter target="blank">
<img className="h-4 sm:h-6" src={link} alt={props.twitter} />
</a>{" "}
</div>