Code review changes.

This commit is contained in:
Sarbik Betal
2020-09-25 16:55:30 +05:30
parent 8e91804d48
commit 894c1ebb1e
+1 -1
View File
@@ -73,7 +73,7 @@ const Markdown = props => {
if (props.username) { if (props.username) {
return ( return (
<> <>
{`<a href="${props.base}/${props.username}" target="blank" style="margin:0.5rem"><img align="center" src="${props.icon}" alt="${props.username}" height="30" width="30" /></a>`} {`<a href="${props.base}/${props.username}" target="blank"><img align="center" src="${props.icon}" alt="${props.username}" height="30" width="40" /></a>`}
<br /> <br />
</> </>
) )