Corrected twitter props link in markdown

This commit is contained in:
Sunit Shirke
2020-10-04 17:29:04 +05:30
committed by GitHub
parent 7e6120dedf
commit 4e5c2b974b
+1 -1
View File
@@ -101,7 +101,7 @@ const Markdown = props => {
if (props.show) { if (props.show) {
return ( return (
<> <>
{`<p align="left"> <a href="https://twitter.com/"+props.twitter target="blank"><img src="${link}" alt="${props.twitter}" /></a> </p>`} {`<p align="left"> <a href="https://twitter.com/${props.twitter}" target="blank"><img src="${link}" alt="${props.twitter}" /></a> </p>`}
<br /> <br />
<br /> <br />
</> </>