(Fix) POA Landing Page URL.

This commit is contained in:
Gabriel Rodriguez Alsina 2018-12-18 13:12:20 -03:00
parent 48b0b5c98d
commit 2f7b31971e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export const SocialIcons = ({ extraClass = '', networkBranch = '' }) => {
text="POA Github"
url="https://github.com/poanetwork"
/>
<IconPOA text="POA Network" url="'https://poa.network" backgroundColor={backgroundColor} color={iconColor} />
<IconPOA text="POA Network" url="https://poa.net" backgroundColor={backgroundColor} color={iconColor} />
</div>
)
}