fixed typos
This commit is contained in:
parent
0658296c60
commit
46f456d80b
|
@ -54,7 +54,7 @@ export default class HomeStay extends Component {
|
||||||
<SocialLink
|
<SocialLink
|
||||||
icon="discord"
|
icon="discord"
|
||||||
url="https://discord.gg/sia"
|
url="https://discord.gg/sia"
|
||||||
greenText="View project on Github"
|
greenText="View project on Discord"
|
||||||
title={<strong>/Sia</strong>}
|
title={<strong>/Sia</strong>}
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
|
@ -63,8 +63,8 @@ export default class HomeStay extends Component {
|
||||||
<li>
|
<li>
|
||||||
<SocialLink
|
<SocialLink
|
||||||
icon="twitter"
|
icon="twitter"
|
||||||
url="https://twitter.com/SiaTechHQ?s=20"
|
url="https://twitter.com/SiaTechHQ"
|
||||||
greenText="View project on Github"
|
greenText="View project on Twitter"
|
||||||
title={<strong>@SiaTechHQ</strong>}
|
title={<strong>@SiaTechHQ</strong>}
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in New Issue