Corrected twitter props link in markdown
This commit is contained in:
@@ -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 />
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user