Corrected href link in preview
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user