fix typoe in index.swig template

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-23 15:44:13 +01:00
parent 3af1846412
commit a7cab687df
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
{% for member in site.data.team %}
<div class="contribute">
<img class="contributor" src="{{ member.image }}" />
<h3>{{ mamber.name }}</h3>
<h3>{{ member.name }}</h3>
<p><a href="{{ member.statusLink }}" style="color: #939ba1;">{{ member.statusName }}</a></p>
<p><a href="{{ member.gitHubLink }}">See Github profile</a>
<span><a href="{{ member.gitHubLink }}"><img src="../img/arrow_ogn.png" /></a></span>